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