使用pip 清华镜像安装TensorFlow

CPU版本:
pip3 install tensorflow==1.12 -i https://pypi.tuna.tsinghua.edu.cn/simple

GPU版本:
pip3 install tensorflow-gpu==1.12 -i https://pypi.tuna.tsinghua.edu.cn/simple

猜你喜欢

转载自blog.csdn.net/xavier_muse/article/details/94546811