Skip to content

Commit 8786eaa

Browse files
committed
更新1.10,添加在线查看地址
1 parent 1e09b43 commit 8786eaa

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PyTorch 中文手册(pytorch handbook)
2-
![pytorch](https://raw.githubusercontent.com/pytorch/pytorch/master/docs/source/_static/img/pytorch-logo-dark.png)
2+
![pytorch](pytorch-logo-dark.png)
33

44
## 书籍介绍
55
这是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门。
@@ -11,14 +11,20 @@
1111
## 版本说明
1212
由于PyTorch版本更迭,教程的版本会与PyTorch版本,保持一致。
1313

14-
[pytorch大版本更新的主要变动总结](pytorch-changelog.md) 当前版本 1.9
14+
[pytorch大版本更新的主要变动总结](pytorch-changelog.md) 当前版本 1.10(一点十)
15+
16+
## 在线版本和PDF
17+
18+
国内的镜像,速度很快,不会被墙:https://www.pytorch.wiki/
19+
20+
PDF文件目前还没有找到好的生成方法,有熟悉这方面的朋友可以联系我,感激不尽
1521

1622
## QQ 6群
1723

1824
群号:760443051
1925

2026

21-
![QR](Pytorch-Handbook-6.png)
27+
![QR](PyTorch-Handbook-6.png)
2228

2329
点击链接加入群聊【PyTorch Handbook 交流6群】:https://jq.qq.com/?_wv=1027&k=X4Ro6uWv
2430

pytorch-changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# pytorch 大版本的主要更新总结
22

3+
## 1.10 2021-10-22
4+
支持Android NNAPI (测试版)
5+
6+
torch.fx 已经变为稳定版,也就是说可以在生产上用了
7+
8+
torch.special、nn.Module 参数化(稳定版)
9+
10+
分布式训练的Remote Module、DDP Communication Hook、ZeroRedundancyOptimizer也都变为稳定版
11+
12+
13+
314
## 1.9 2021-06-16
415
torch.linalg,Complex Autograd 已经更新为(稳定版)
516

0 commit comments

Comments
 (0)