We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb9d37 commit da24de9Copy full SHA for da24de9
segmentation_models_pytorch/encoders/__init__.py
@@ -67,7 +67,7 @@ def get_encoder(name, in_channels=3, depth=5, weights=None, output_stride=32, **
67
warnings.warn(
68
"`timm-` encoders are deprecated and will be removed in the future. "
69
"Please use `tu-` equivalent encoders instead (see 'Timm encoders' section in the documentation).",
70
- DeprecationWarning
+ DeprecationWarning,
71
)
72
73
# convert timm- models to tu- models
0 commit comments