win10下安装Tensorflow1.7+CUDA9.0+Cudnn7.0.3

前端之家收集整理的这篇文章主要介绍了win10下安装Tensorflow1.7+CUDA9.0+Cudnn7.0.3前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

https://blog.csdn.net/qq_15969343/article/details/79971469


清华的anaconda镜像

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes

中科大的镜像
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls ye

原文链接:https://www.f2er.com/windows/372999.html

猜你在找的Windows相关文章