DeblurGANv2 icon indicating copy to clipboard operation
DeblurGANv2 copied to clipboard

Code fails due to certificate issue with server.

Open itsagoodbrain opened this issue 2 years ago • 3 comments

There's an issue with the pretrained models config.

This attempt Downloading: "http://data.lip6.fr/cadene/pretrainedmodels/inceptionresnetv2-520b38e4.pth" to /home/james/.cache/torch/hub/checkpoints/inceptionresnetv2-520b38e4.pth results in this error urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)>

There's likely someone at the university that is responsible for updating.

itsagoodbrain avatar Sep 17 '22 17:09 itsagoodbrain

I'm getting the same issue.

carlobiermann avatar Oct 17 '22 14:10 carlobiermann

I have the same problem. Were you able to solve the issue?

Tumucin avatar Nov 19 '22 20:11 Tumucin

wget --no-check-certificate http://data.lip6.fr/cadene/pretrainedmodels/inceptionresnetv2-520b38e4.pth

Put it in wherever the error message said it was trying to download it to.

ajeb78 avatar Dec 30 '22 11:12 ajeb78