검색결과 리스트
글
windows에 tensorflow 설치하기
컴퓨터
2017. 11. 1. 22:53
anaconda 4.2.0 64 bit 버전을 설치해야함!!
https://repo.continuum.io/archive/Anaconda3-4.2.0-Windows-x86_64.exe
anaconda 설치 후,
>python --version
Python 3.5.2 :: Anaconda 4.2.0 (64-bit)
>pip install tensorflow
7 SIMPLE STEPS TO INSTALL TENSORFLOW ON WINDOWS
http://saintlad.com/install-tensorflow-on-windows/
TensorFlow only supports 64-bit Python 3.5.x on Windows
이게 중요함
'컴퓨터' 카테고리의 다른 글
피터 노빅의 파이썬 스터디 (0) | 2017.11.28 |
---|---|
화면에 낙서하는 프로그램 모음 (0) | 2017.11.26 |
Kaggle Python Tutorial on Machine Learning (0) | 2017.10.17 |
중복 사진 제거 프로그램 (0) | 2017.08.13 |
딥러닝 공부 방법 (0) | 2017.08.09 |