Research

Create environment for tensorflow 1.4 in Anaconda 3

Shakeratto 2018. 2. 10. 23:07

[Create Envirnment for tensorflow 1.4 in Anaconda 3]

1. open 'cmd' as administrator


2. conda update -n base conda


3. conda create -n tensorflow1.4 python=3.5 anaconda


4. [install tensorflow-gpu 1.4] in the environment 'tensorflow1.4'

   pip install Iv tensorflow-gpu==1.4.0


   [> tensorflow-gpu 1.5 needs cuda 9.0], install latest version

   pip install tensorflow-gpu


5. conda install -c anaconda cudnn 


6. conda install -c menpo opencv