Skip to content

SSL certificate has expired error when using a pretrained model #797

Closed
@gitaar9

Description

@gitaar9

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions