generative_inpainting icon indicating copy to clipboard operation
generative_inpainting copied to clipboard

Why can't I download the pretrained model?

Open tianjunyu0871 opened this issue 4 years ago • 2 comments
trafficstars

How to download the pretranied modle ?

tianjunyu0871 avatar May 30 '21 01:05 tianjunyu0871

can anyone help how to download the pretrained model and make it work?

ajayraju999 avatar Jun 05 '21 16:06 ajayraju999

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.

Cygon avatar Aug 01 '21 13:08 Cygon