Views
No views yet
imagenet+5k pre-trained weights for the dpn68b model used as
encoder in the segmentation-models-pytorch library.pip install segmentation-models-pytorch1import segmentation_models_pytorch as smp
2
3model = smp.Unet("dpn68b", encoder_weights="imagenet+5k")