We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to use a pretrained Unet with an se_resnext50_32x4d encoder, i get the following error:
result = func(*args)
File "/opt/conda/lib/python3.10/urllib/request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/opt/conda/lib/python3.10/urllib/request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:997)>
When I do not opt for a pretrained model everything works as expected. Is this a problem on my side or are more people experiencing this error?
The text was updated successfully, but these errors were encountered:
This may help! #745
Sorry, something went wrong.
Thank you
No branches or pull requests
When trying to use a pretrained Unet with an se_resnext50_32x4d encoder, i get the following error:
File "/opt/conda/lib/python3.10/urllib/request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "/opt/conda/lib/python3.10/urllib/request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:997)>
When I do not opt for a pretrained model everything works as expected.
Is this a problem on my side or are more people experiencing this error?
The text was updated successfully, but these errors were encountered: