Skip to content

Commit

Permalink
Merge pull request zergtant#29 from clickmouse/master
Browse files Browse the repository at this point in the history
一些关于下载的更新
  • Loading branch information
zergtant authored May 28, 2019
2 parents c07bd33 + 3643882 commit 2dd06f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chapter1/1.2-pytorch-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ PyTorch的安装十分简单,根据[PyTorch官网](https://pytorch.org/),对
这里以[anaconda](https://www.anaconda.com/)为例,简单的说一下步骤和要点。
国内安装anaconda建议使用[中科大](http://mirrors.ustc.edu.cn/help/anaconda.html)镜像,快的不是一点半点。

目前中科大、清华镜像都已经关闭。直接通过prompt下载很慢,并且经常会出现HTTPERROR导致下载失败。
所以可以提前下载好压缩包,然后离线下载,这样就不容易出现下载到一半下载失败令人苦恼的情况。

# 1.2.1 安装Pytorch
anaconda安装完成后可以开始创建环境,这里以win10 系统为例。打开Anaconda Prompt
```bash
Expand Down

0 comments on commit 2dd06f6

Please sign in to comment.