Ubuntu ,anaconda安装tensorflow最新GPU-1.0.0版本(转)

原文地址:http://blog.csdn.net/u014381600/article/details/65448789

 

注意GPU版本的不支持CUDNNV5,必须要V5.1以上

pip install https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0-cp27-none-linux_x86_64.whl
  • 1

CPU版本:

pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0-cp27-none-linux_x86_64.whl
  • 1

你可能感兴趣的:(Ubuntu ,anaconda安装tensorflow最新GPU-1.0.0版本(转))