Skip to content

Commit d17b374

Browse files
committed
Minimum input_size needed to be higher
1 parent b3b90d9 commit d17b374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/byobnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _cfg(url='', **kwargs):
103103
first_conv='stem.conv1.conv', input_size=(3, 256, 256), pool_size=(8, 8), interpolation='bicubic'),
104104
'bat_resnext26ts': _cfg(
105105
first_conv='stem.conv1.conv', input_size=(3, 256, 256), pool_size=(8, 8), interpolation='bicubic',
106-
min_input_size=(3, 128, 128)),
106+
min_input_size=(3, 256, 256)),
107107
}
108108

109109

0 commit comments

Comments
 (0)