mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Minimum input_size needed to be higher
This commit is contained in:
parent
b3b90d944d
commit
d17b374f0f
@ -103,7 +103,7 @@ default_cfgs = {
|
|||||||
first_conv='stem.conv1.conv', input_size=(3, 256, 256), pool_size=(8, 8), interpolation='bicubic'),
|
first_conv='stem.conv1.conv', input_size=(3, 256, 256), pool_size=(8, 8), interpolation='bicubic'),
|
||||||
'bat_resnext26ts': _cfg(
|
'bat_resnext26ts': _cfg(
|
||||||
first_conv='stem.conv1.conv', input_size=(3, 256, 256), pool_size=(8, 8), interpolation='bicubic',
|
first_conv='stem.conv1.conv', input_size=(3, 256, 256), pool_size=(8, 8), interpolation='bicubic',
|
||||||
min_input_size=(3, 128, 128)),
|
min_input_size=(3, 256, 256)),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user