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
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ TorchServe is a flexible and easy to use library for serving PyTorch models in p
20
20
* Logging including common metrics, and the ability to incorporate custom metrics
21
21
* Ready-made Dockerfile for easy deployment
22
22
* HTTPS support for secure deployment
23
-
24
23
To learn more about the APIs and the design of this feature, see the links below:
25
24
* See <here> for a full multi-node deployment reference architecture.
26
25
* The full documentation can be found [here](https://pytorch.org/serve).
@@ -51,7 +50,6 @@ The torchaudio 0.5 release includes new transforms, functionals, and datasets. H
51
50
* Added the Griffin-Lim functional and transform, `InverseMelScale` and `Vol` transforms, and `DB_to_amplitude`.
52
51
* Added support for `allpass`, `fade`, `bandpass`, `bandreject`, `band`, `treble`, `deemph`, and `riaa` filters and transformations.
53
52
* New datasets added including `LJSpeech` and `SpeechCommands` datasets.
54
-
55
53
See the release full notes [here](https://github.com/pytorch/audio/releases) and full docs can be found [here](https://pytorch.org/audio/).
56
54
57
55
### torchvision 0.6
@@ -60,7 +58,6 @@ The torchvision 0.6 release includes updates to datasets, models and a significa
60
58
* Faster R-CNN now supports negative samples which allows the feeding of images without annotations at training time.
61
59
* Added `aligned` flag to `RoIAlign` to match Detectron2.
62
60
* Refactored abstractions for C++ video decoder
63
-
64
61
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).
65
62
66
63
### torchtext 0.6
@@ -78,4 +75,5 @@ See the release full notes [here](https://github.com/pytorch/text/releases) and
78
75
*We’d like to thank the entire PyTorch team, the Amazon team and the community for all their contributions to this work.*
0 commit comments