초보개발자

Tensorflow Python in Windows 본문

DeepLearning

Tensorflow Python in Windows

___yejin 2017. 4. 7. 14:57


Windows 에서 Tensorflow를 깔려면 Python은 3.5 여야 한다.

참고: http://stackoverflow.com/questions/42317075/tensorflow-r1-0-could-not-a-find-a-version-that-satisfies-the-requirement-tens


python 3.6이 만약 먼저 설치되어있다면, 삭제하고 다시 까는 것을 추천한다. 


pip의 version이 낮을 수 있으니 실행 전에 아래 명령문을 실행시켜야 한다.

pip install --upgrade pip 


다 실행시켰다면 다시 위 명령어를 쓴다.

pip install tensorflow

pip install tensorflow-gpu

'DeepLearning' 카테고리의 다른 글

[cifar10] train.py 실행  (0) 2017.08.03
[Tensorflow] opencv 설치  (0) 2017.07.20
Comments