Skip to content

Commit 4181af0

Browse files
authored
Update 2020-4-19-pytorch-library-updates-new-model-serving-library.md
1 parent c2c255f commit 4181af0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ TorchServe is a flexible and easy to use library for serving PyTorch models in p
2020
* Logging including common metrics, and the ability to incorporate custom metrics
2121
* Ready-made Dockerfile for easy deployment
2222
* HTTPS support for secure deployment
23+
2324
To learn more about the APIs and the design of this feature, see the links below:
2425
* See <here> for a full multi-node deployment reference architecture.
2526
* The full documentation can be found [here](https://pytorch.org/serve).
@@ -50,6 +51,7 @@ The torchaudio 0.5 release includes new transforms, functionals, and datasets. H
5051
* Added the Griffin-Lim functional and transform, `InverseMelScale` and `Vol` transforms, and `DB_to_amplitude`.
5152
* Added support for `allpass`, `fade`, `bandpass`, `bandreject`, `band`, `treble`, `deemph`, and `riaa` filters and transformations.
5253
* New datasets added including `LJSpeech` and `SpeechCommands` datasets.
54+
5355
See the release full notes [here](https://github.com/pytorch/audio/releases) and full docs can be found [here](https://pytorch.org/audio/).
5456

5557
### torchvision 0.6
@@ -58,6 +60,7 @@ The torchvision 0.6 release includes updates to datasets, models and a significa
5860
* Faster R-CNN now supports negative samples which allows the feeding of images without annotations at training time.
5961
* Added `aligned` flag to `RoIAlign` to match Detectron2.
6062
* Refactored abstractions for C++ video decoder
63+
6164
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).
6265

6366
### torchtext 0.6

0 commit comments

Comments
 (0)