반응형
** 윈도우10에서 파이참, 아나콘다, tensorflow 설치 **
Background: windows10-64bit, gtx-1070, CUDA8.0, cudnn8.0
step1) download an anaconda installation file from the website and install
https://www.continuum.io/downloads
step2) download a pycharm installation file from the website and install
https://www.jetbrains.com/pycharm/
step3) run pycharm and create an empty project.
step4) go [file]-[settings]-[Project Interpreter], then you must see that the project interpreter is set to the path where the anaconda and the corresponding python are installed. For example, C:\Users\user\Anaconda3\python.exe.
step5) double click one of the installed packages, then a new window will pop up. Next, type 'tensorflow-gpu' and install it.
'Deep Learning' 카테고리의 다른 글
[tensorflow] How to make tfrecord file for training (0) | 2017.07.18 |
---|---|
[tensorflow] how to load and use the saved trained network in python (0) | 2017.07.18 |
[tensorflow] how to freeze trained network (make one pb file) (0) | 2017.07.18 |
[tensorflow] how to save trained network (0) | 2017.07.18 |
[tensorflow] how to load and use CNN in C++ (0) | 2017.07.18 |