rlrocha90

Results 1 comments of rlrocha90

comment the "from torchvision.models.vgg import model_urls" It worked here! Insert all this: __all__ = [ 'VGG', 'vgg11', 'vgg11_bn', 'vgg13', 'vgg13_bn', 'vgg16', 'vgg16_bn', 'vgg19_bn', 'vgg19', ] model_urls = { 'vgg11': 'https://download.pytorch.org/models/vgg11-bbd30ac9.pth',...