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

时间:2022-08-11 16:32:12

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

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

CPU版本:

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

相关文章