深度学习-使用镜像源加速

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加速)

如何在非 NVIDIA 设置上加速深度学习?

实战Google深度学习框架:TensorFlow计算加速

深度学习 模型加速 TensorRT篇输入输出部署流程

Dive into Deep Learning / 动手学深度学习深度学习环境准备笔记

深度学习加速综述:算法编译器体系结构与硬件设计