tensorflow2.0安装教程-安装太慢 可以用国内清华镜像

一般安装 tensorflow2.0操作如下:

pip install tensorflow==2.0-alpha0

但是速度太慢 所以找了下国内tensorflow2.0的镜像 清华镜像
https://pypi.tuna.tsinghua.edu.cn/simple
安装试试:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow-gpu==2.0.0a0
发布了20 篇原创文章 · 获赞 88 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/weixin_37479258/article/details/100771096