Skip to content

Commit

Permalink
[Fix] fix timm unit test (#3375)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexinch committed Oct 12, 2023
1 parent e64c2fd commit 64172d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models/test_backbones/test_timm_backbone.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_timm_backbone():
features_only=True,
pretrained=False,
output_stride=32,
norm_layer='SyncBN')
norm_layer='SyncBN2d')

# Test resnet18 from timm, features_only=True, output_stride=32
model = TIMMBackbone(
Expand Down

0 comments on commit 64172d6

Please sign in to comment.