1.文档类:
官方英文文档:http://pytorch.org/docs/master/index.html
中文文档1:http://pytorch-cn.readthedocs.io/zh/latest/
中文文档2:https://ptorch.com/docs/1/torchlists
2.教程类:
“莫烦”系列教程:https://zhuanlan.zhihu.com/p/26670032
《深度学习与计算机视觉》配套代码:https://github.com/frombeijingwithlove/dlcv_for_beginners
SherlockLiao的一些小教程:https://github.com/SherlockLiao/pytorch-beginner
*关于jupyter notebook:
不知道什么原因github上的ipynb总是load不下来,也没有办法下载,这个时候就可以打开这个网页:https://nbviewer.jupyter.org/
把网址copy进去然后Go!就可以查看或者下载辣。