Skip to content

Commit ae3cb8a

Browse files
committed
Format
1 parent 409b820 commit ae3cb8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

segmentation_models_pytorch/encoders/timm_universal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ def output_stride(self) -> int:
199199
def load_state_dict(self, state_dict, **kwargs):
200200
# for compatibility of weights for
201201
# timm- ported encoders with TimmUniversalEncoder
202-
203202
patterns = ["regnet", "res2", "resnest", "mobilenetv3", "gernet"]
204203

205204
is_deprecated_encoder = any(

0 commit comments

Comments
 (0)