pip install tensorflow-gpu

tensorflow官网下载说明:https://tensorflow.google.cn/install/install_linux

```

pip3 install --upgrade tensorflow-gpu  

```

或者  

```

https://files.pythonhosted.org/packages/f1/3b/f24b243038db1c6c73acddd4c5f1497e2de596f381fe76d1f80204b0fa21/tensorflow_gpu-1.9.0-cp35-cp35m-manylinux1_x86_64.whl

```

从这个网址点进去 会下载whl文件,然后

```

pip install 文件名

```

如果timeout error

pip install **.whl --default-time=1000


版权声明:本文为weixin_42309501原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。