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