Skip to content

Commit 64172d6

Browse files
authored
[Fix] fix timm unit test (open-mmlab#3375)
1 parent e64c2fd commit 64172d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_models/test_backbones/test_timm_backbone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_timm_backbone():
2727
features_only=True,
2828
pretrained=False,
2929
output_stride=32,
30-
norm_layer='SyncBN')
30+
norm_layer='SyncBN2d')
3131

3232
# Test resnet18 from timm, features_only=True, output_stride=32
3333
model = TIMMBackbone(

0 commit comments

Comments
 (0)