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
{{ message }}
This repository was archived by the owner on Mar 16, 2022. It is now read-only.
[10](https://github.com/pytorch/vision/pull/3205), [11](https://github.com/pytorch/vision/pull/1224)]. We typically
59
-
try to maintain BC as much as possible except in cases where the issue is considered a bug or extremely detrimental to
60
-
the user experience. In the latter cases, we often deploy BC-breaking fixes but try to reduce the effects of the change
61
-
as much as possible [[12](https://github.com/pytorch/vision/pull/2940)]. TorchAudio has only recently introduced the
62
-
pre-trained models and their API is currently in beta. TorchText is currently working on introducing its first
63
-
pre-trained models so their solution is in prototype phase. Finally, though PyTorch Core doesn't provide pre-trained
64
-
models, occasionally there is the need of handling code changes on existing Layers and operators. These are typically
65
-
handled with a mix of version parameters, deprecation warnings and method renamings
0 commit comments