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
got this error because apparently 'model_urls' is no longer available for some versions of torchvision.
downgrading the version to 0.13 and 0.12 does not seem to help.
so what is the solution or appropriate version for torchvision to suppress mentioned error?
The text was updated successfully, but these errors were encountered:
PooyanRezaeipour
changed the title
cannot import name 'model_urls' from 'torchvision.models.vgg'
Cannot import name 'model_urls' from 'torchvision.models.vgg'
Aug 2, 2023
got this error because apparently 'model_urls' is no longer available for some versions of torchvision.
downgrading the version to 0.13 and 0.12 does not seem to help.
so what is the solution or appropriate version for torchvision to suppress mentioned error?
The text was updated successfully, but these errors were encountered: