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