Skip to content

SSL: CERTIFICATE_VERIFY_FAILED error  #875

@chahatsagarmain

Description

@chahatsagarmain

model = smp.Unet( encoder_name="vgg19", # choose encoder, e.g. mobilenet_v2 or efficientnet-b7 encoder_weights="imagenet", # use imagenet pre-trained weights for encoder initialization in_channels=3, # model input channels (1 for gray-scale images, 3 for RGB, etc.) classes=1, activation='sigmoid' # model output channels (number of classes in your dataset) )

I am facing URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1000)>
error when trying to download a new model .

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