ubuntu16.04+cuda9.0_cudnn7.5+tensorflow-gpu==1.12.0

1, for available tensorflow source, the terminal will run after the command output all available sources

anaconda search -t conda tensorflow

 

2, where tensorflow name field name is the name of the source output step, the output command Show command source and download specific information required in the terminal, after the implementation of FIG:

anaconda show name(RMG/tensorflow)

3. Uninstall

pip uninstall **
conda uninstall **

 

ubuntu16.04+cuda9.0_cudnn7.5+tensorflow-gpu==1.12.0

After successfully installed above cuda and cudnn, execute the following code can get the support tensorflow GPU

pip install tensorflow-gpu==1.12.0

 

Guess you like

Origin www.cnblogs.com/BambooEatPanda/p/11360466.html