Skip to content

Commit e9a1492

Browse files
committed
更新torchaudio介绍
1 parent 9d5fa75 commit e9a1492

File tree

4 files changed

+901
-1
lines changed

4 files changed

+901
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## 版本说明
1212
由于PyTorch版本更迭,教程的版本会与PyTorch版本,保持一致。
1313

14-
[pytorch大版本更新的主要变动总结](pytorch-changelog.md) 当前版本 1.10(一点十)
14+
[pytorch大版本更新的主要变动总结](pytorch-changelog.md) 当前版本 1.11
1515

1616
## 在线版本和PDF
1717

@@ -136,6 +136,8 @@ PDF文件目前还没有找到好的生成方法,有熟悉这方面的朋友
136136

137137
### 第六章 资源
138138

139+
[torchaudio](torchaudio/intro.ipynb)
140+
139141

140142
### 第七章 附录
141143

pytorch-changelog.md

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

3+
## 1.11 2022-3-14
4+
5+
更新了一个新库 TorchData
6+
7+
beta 版本 functorch 可组合函数转换。
8+
9+
支持Python 3.10
10+
311
## 1.10 2021-10-22
12+
13+
本版其实最大的变化是交叉熵损失增加了label_smoothing,再也不用自己实现了
14+
15+
```
16+
torch.nn.CrossEntropyLoss(weight=None, size_average=None, ignore_index=- 100, reduce=None, reduction='mean', label_smoothing=0.0)
17+
```
18+
419
支持Android NNAPI (测试版)
520

621
torch.fx 已经变为稳定版,也就是说可以在生产上用了

torchaudio/intro.ipynb

+883
Large diffs are not rendered by default.

torchaudio/winxp.wav

692 KB
Binary file not shown.

0 commit comments

Comments
 (0)