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
Once all model builders are updated to support multiple pretrained weights, we should replace the old builders with the new ones. This involves the following steps:
Port to torchvision.models the inplace code changes of torchvision.prototype.models. Porting depends on having agreement on the deprecation of positional arguments across the entire TorchVision. If such agreement doesn't exist at the time of porting, we will need to remove the mandatory keyword arguments from the API prior landing it to the main area.
Delete torchvision.prototype.models and their prototype tests.
Update the existing model tests (pretrained => weights) and ensure all work without modifying the expected files.
Update the reference scripts to work with the new API.
Update the documentation of the new model builder methods.
Update the tutorials and gallery with how to use the pretrained models and do preprocessing.
🚀 The feature
Once all model builders are updated to support multiple pretrained weights, we should replace the old builders with the new ones. This involves the following steps:
ImageNetEval
orClassificationEval
?)torchvision.models
the inplace code changes oftorchvision.prototype.models
. Porting depends on having agreement on the deprecation of positional arguments across the entire TorchVision. If such agreement doesn't exist at the time of porting, we will need to remove the mandatory keyword arguments from the API prior landing it to the main area.torchvision.prototype.models
and their prototype tests.pretrained
=>weights
) and ensure all work without modifying the expected files.cc @datumbox @pmeier @bjuncek
The text was updated successfully, but these errors were encountered: