관리 메뉴

커리까지

Geforce mx250 tensorflow gpu 설치 + 설정 본문

프로젝트/농구 득점 영상 딥러닝 만들기

Geforce mx250 tensorflow gpu 설치 + 설정

목표는 커리 2021. 2. 8. 04:30
728x90
SMALL
(base) C:\Windows\system32>conda create --name deep
  • 가상환경 이름을 deep으로 주었다.
(base) C:\Windows\system32>conda activate deep
  • 가상환경을 실행하였다.
(deep) C:\Windows\system32>conda install tensorflow-gpu==1.12
  • 텐서플로우를 설치하였다.
(deep) C:\Windows\system32>conda install jupyter notebook
  • 주피터 노트북을 설치하였다.
(deep) C:\Windows\system32>conda install pandas
(deep) C:\Windows\system32>conda install numpy
  • 판다스랑 넘파이도 설치해준다.

07

  • 흐어어어어어엉 ㅠㅠ 드디어 gpu가 잡힌다. 외부모니터만 해제하면 잡히는걸 다른거 깔고 지우고 다른 길로 돌아 돌아 갔다.
728x90
LIST