-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
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
Labels
No labels