Skip to content

Commit

Permalink
Update 1.2-pytorch-installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clickmouse authored May 22, 2019
1 parent c07bd33 commit 2983eb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chapter1/1.2-pytorch-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
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
Expand Down

0 comments on commit 2983eb6

Please sign in to comment.