You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -344,6 +345,17 @@ The following is a list of supported encoders in the SMP. Select the appropriate
344
345
345
346
\*`ssl`, `swsl` - semi-supervised and weakly-supervised learning on ImageNet ([repo](https://github.com/facebookresearch/semi-supervised-ImageNet1K-models)).
Pytorch Image Models (a.k.a. timm) has a lot of pretrained models and interface which allows using these models as encoders in smp, however, not all models are supported
353
+
354
+
- transformer models do not have ``features_only`` functionality implemented
355
+
- some models do not have appropriate strides
356
+
357
+
Total number of supported encoders: 467
358
+
-[table with available encoders](https://smp.readthedocs.io/en/latest/encoders_timm.html)
0 commit comments