Commit 8786eaa 1 parent 1e09b43 commit 8786eaa Copy full SHA for 8786eaa
File tree 2 files changed +20
-3
lines changed
2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
3
3
4
4
## 书籍介绍
5
5
这是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门。
11
11
## 版本说明
12
12
由于PyTorch版本更迭,教程的版本会与PyTorch版本,保持一致。
13
13
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文件目前还没有找到好的生成方法,有熟悉这方面的朋友可以联系我,感激不尽
15
21
16
22
## QQ 6群
17
23
18
24
群号:760443051
19
25
20
26
21
- ![ QR] ( Pytorch -Handbook-6.png)
27
+ ![ QR] ( PyTorch -Handbook-6.png)
22
28
23
29
点击链接加入群聊【PyTorch Handbook 交流6群】:https://jq.qq.com/?_wv=1027&k=X4Ro6uWv
24
30
Original file line number Diff line number Diff line change 1
1
# pytorch 大版本的主要更新总结
2
2
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
+
3
14
## 1.9 2021-06-16
4
15
torch.linalg,Complex Autograd 已经更新为(稳定版)
5
16
You can’t perform that action at this time.
0 commit comments