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
site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead.
warnings.warn(
site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=None`.
warnings.warn(msg)
I'm using the latest torchvision version (0.18.0) as of writing this, and it seems the pretrained argument has been deprecated for quite a while now.
The text was updated successfully, but these errors were encountered:
jojje
linked a pull request
May 3, 2024
that will
close
this issue
On every run training run I get
I'm using the latest torchvision version (0.18.0) as of writing this, and it seems the pretrained argument has been deprecated for quite a while now.
The text was updated successfully, but these errors were encountered: