DeblurGANv2
DeblurGANv2 copied to clipboard
Code fails due to certificate issue with server.
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.
I'm getting the same issue.
I have the same problem. Were you able to solve the issue?
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.