mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Fix typo
This commit is contained in:
parent
925e102982
commit
a5a542f17d
@ -109,7 +109,7 @@ default_cfgs = {
|
||||
first_conv='stem.conv1.conv', input_size=(3, 256, 256), pool_size=(8, 8), interpolation='bicubic'),
|
||||
'seresnet26ts': _cfg(
|
||||
first_conv='stem.conv1.conv', input_size=(3, 256, 256), pool_size=(8, 8), interpolation='bicubic'),
|
||||
'eac_resnet26ts': _cfg(
|
||||
'eca_resnet26ts': _cfg(
|
||||
first_conv='stem.conv1.conv', input_size=(3, 256, 256), pool_size=(8, 8), interpolation='bicubic'),
|
||||
|
||||
'gcresnet50t': _cfg(
|
||||
|
Loading…
x
Reference in New Issue
Block a user