更新torchaudio介绍

This commit is contained in:
hengtao tantai 2022-03-25 14:48:57 +08:00
parent 9d5fa7522e
commit e9a1492009
4 changed files with 901 additions and 1 deletions

View File

@ -11,7 +11,7 @@
## 版本说明
由于PyTorch版本更迭教程的版本会与PyTorch版本保持一致。
[pytorch大版本更新的主要变动总结](pytorch-changelog.md) 当前版本 1.10一点十
[pytorch大版本更新的主要变动总结](pytorch-changelog.md) 当前版本 1.11
## 在线版本和PDF
@ -136,6 +136,8 @@ PDF文件目前还没有找到好的生成方法有熟悉这方面的朋友
### 第六章 资源
[torchaudio](torchaudio/intro.ipynb)
### 第七章 附录

View File

@ -1,6 +1,21 @@
# pytorch 大版本的主要更新总结
## 1.11 2022-3-14
更新了一个新库 TorchData
beta 版本 functorch 可组合函数转换。
支持Python 3.10
## 1.10 2021-10-22
本版其实最大的变化是交叉熵损失增加了label_smoothing再也不用自己实现了
```
torch.nn.CrossEntropyLoss(weight=None, size_average=None, ignore_index=- 100, reduce=None, reduction='mean', label_smoothing=0.0)
```
支持Android NNAPI (测试版)
torch.fx 已经变为稳定版,也就是说可以在生产上用了

883
torchaudio/intro.ipynb Normal file

File diff suppressed because one or more lines are too long

BIN
torchaudio/winxp.wav Normal file

Binary file not shown.