tensorflow各个版本离线whl文件下载【强烈推荐】
win10 cuda10可以安装:
pip install tensorflow-gpu==1.15.0 --user -i https://pypi.tuna.tsinghua.edu.cn/simple
TensorFlow各版本自主下载地址:
cpu版本: pip install tensorflow==1.15.0
https://pypi.org/project/tensorflow/1.15.0/#files
gpu版本:
pip install tensorflow-gpu==1.15.0
https://pypi.org/project/tensorflow-gpu/1.15.0/#files
现在不提供下载了,只提供安装命令:比如1.15.0版本
pip install tensorflow-gpu==1.15.0
切换版本号:只要把后面的版本号改一下就行了