DmitryUlyanov / deep-image-prior

Image restoration with neural networks but without learning.
https://dmitryulyanov.github.io/deep_image_prior
Other
7.9k stars 1.43k forks source link

Cannot import name 'model_urls' from 'torchvision.models.vgg' #111

Open PooyanRezaeipour opened 1 year ago

PooyanRezaeipour commented 1 year ago

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?