generative_inpainting
generative_inpainting copied to clipboard
Why can't I download the pretrained model?
trafficstars
How to download the pretranied modle ?
can anyone help how to download the pretrained model and make it work?
If you're talking about vgg16_pretrained.pth, I believe that is part of the PyTorch distribution.
In case nothing else works, you can find the download URLs in PyTorch: https://github.com/pytorch/vision/blob/master/torchvision/models/vgg.py
Pick the URL for the current vgg16 net (currently vgg16-397923af.pth) and rename it to vgg16_pretrained.pth.