Skip to content

Commit fa00377

Browse files
authored
Update 2020-4-19-pytorch-library-updates-new-model-serving-library.md
1 parent 7e98b99 commit fa00377

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

_posts/2020-4-19-pytorch-library-updates-new-model-serving-library.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ See the full torch_xla release notes [here](https://github.com/pytorch/xla/relea
4545

4646
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.
4747

48-
#### torchaudio 0.5
49-
48+
### torchaudio 0.5
5049
The torchaudio 0.5 release includes new transforms, functionals, and datasets. Highlights for the release include:
5150

5251
* 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
5554

5655
See the release full notes [here](https://github.com/pytorch/audio/releases) and full docs can be found [here](https://pytorch.org/audio/).
5756

58-
#### torchvision 0.6
59-
57+
### torchvision 0.6
6058
The torchvision 0.6 release includes updates to datasets, models and a significant number of bug fixes. Highlights include:
6159

6260
* 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
6563

6664
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).
6765

68-
#### torchtext 0.6
69-
66+
### torchtext 0.6
7067
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:
7168

7269
* Fixed an issue related to the SentencePiece dependency in conda package.
7370
* Added support for the experimental IMDB dataset to allow a custom vocab.
7471
* A number of documentation updates including adding a code of conduct and a deduplication of the docs on the torchtext site.
7572

76-
7773
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.
7874

7975
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

Comments
 (0)