Giter Club home page Giter Club logo

Comments (2)

dragen1860 avatar dragen1860 commented on May 21, 2024

这是因为PyTorch的服务器在国外,国内下载650M文件经常连接不稳定。
解决方法:

方法1. 科学上网(尤其适合国内,以后还会用很多地方需要科学上网,步骤较多,一劳永逸!):shadowsocks
可参考教程:https://github.com/Shadowsocks-Wiki/shadowsocks/blob/master/2-windows-setup-guide-cn.md

方法2. 更改conda为国内源:

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

注意是一句一句地执行,并且这个配置过程没有结果输出的(不要以为自己错了)。
接着继续使用pytorch的安装命令进行。
image
注意上图的URL已经指向清华大学了,成功!

  1. 源码安装、pip安装
    步骤较多,不推荐新手。

from deep-learning-with-pytorch-tutorials.

lighTQ avatar lighTQ commented on May 21, 2024

现在好像都不行了,参考这个暂时装好了
https://blog.csdn.net/qq_27882063/article/details/91128270

from deep-learning-with-pytorch-tutorials.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.