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 文件名

扫描二维码关注公众号,回复: 5851658 查看本文章

```

如果timeout error

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

猜你喜欢

转载自blog.csdn.net/weixin_42309501/article/details/81346414
今日推荐