You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2020-4-19-pytorch-library-updates-new-model-serving-library.md
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,7 @@ See the full torch_xla release notes [here](https://github.com/pytorch/xla/relea
45
45
46
46
torchvision, torchtext, and torchaudio complement PyTorch with common datasets, models, and transforms in each domain area. We’re excited to share new releases for all three domain libraries alongside PyTorch 1.5 and the rest of the library updates. For this release, all three domain libraries are removing support for Python2 and will support Python3 only.
47
47
48
-
#### torchaudio 0.5
49
-
48
+
### torchaudio 0.5
50
49
The torchaudio 0.5 release includes new transforms, functionals, and datasets. Highlights for the release include:
51
50
52
51
* Added the Griffin-Lim functional and transform, `InverseMelScale` and `Vol` transforms, and `DB_to_amplitude`.
@@ -55,8 +54,7 @@ The torchaudio 0.5 release includes new transforms, functionals, and datasets. H
55
54
56
55
See the release full notes [here](https://github.com/pytorch/audio/releases) and full docs can be found [here](https://pytorch.org/audio/).
57
56
58
-
#### torchvision 0.6
59
-
57
+
### torchvision 0.6
60
58
The torchvision 0.6 release includes updates to datasets, models and a significant number of bug fixes. Highlights include:
61
59
62
60
* Faster R-CNN now supports negative samples which allows the feeding of images without annotations at training time.
@@ -65,15 +63,13 @@ The torchvision 0.6 release includes updates to datasets, models and a significa
65
63
66
64
See the release full notes [here](https://github.com/pytorch/vision/releases) and full docs can be found [here](https://pytorch.org/docs/stable/torchvision/index.html).
67
65
68
-
#### torchtext 0.6
69
-
66
+
### torchtext 0.6
70
67
The torchtext 0.6 release includes a number of bug fixes, improvements to documentation and updates to the dataset abstraction. Highlights for the release include:
71
68
72
69
* Fixed an issue related to the SentencePiece dependency in conda package.
73
70
* Added support for the experimental IMDB dataset to allow a custom vocab.
74
71
* A number of documentation updates including adding a code of conduct and a deduplication of the docs on the torchtext site.
75
72
76
-
77
73
Your feedback and discussions on the experimental datasets API are welcomed. You can send them to [issue #664](https://github.com/pytorch/text/issues/664). We would also like to highlight the pull request [here](https://github.com/pytorch/text/pull/701) where the latest dataset abstraction is applied to the text classification datasets. The feedback can be beneficial to finalizing this abstraction.
78
74
79
75
See the release full notes [here](https://github.com/pytorch/text/releases) and full docs can be found [here](https://pytorch.org/text/).
0 commit comments