深度学习-使用镜像源加速
Posted 殇堼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了深度学习-使用镜像源加速相关的知识,希望对你有一定的参考价值。
以豆瓣镜像源为例:
pip install --ignore-installed tensorflow-gpu
pip install --ignore-installed tensorflow-gpu -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
1)清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/
2)中国科大:https://mirrors.ustc.edu.cn/pypi/web/simple/
3)豆瓣:http://pypi.doubanio.com/simple/
4)阿里云:http://mirrors.aliyun.com/pypi/simple/
以上是关于深度学习-使用镜像源加速的主要内容,如果未能解决你的问题,请参考以下文章
基于docker搭建conda深度学习环境(支持GPU加速)