使用清华镜像下载tensorflow

如果直接pip install tensorflow速度非常慢,所以这里使用了清华镜像,指令如下:

pip install tensorflow-gpu==2.1.0 -i https://pypi.tuna.tsinghua.edu.cn/simple

等号后面的版本号根据自己的需要修改,CPU版去掉-gpu即可。

你可能感兴趣的:(机器学习,Python,tensorflow)