본문 바로가기

Deep Learning

[tensorflow] How to install pycharm+anaconda+tensorflow(gpu) on window10

반응형

** 윈도우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.