mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
x and xx small edgenext models do benefit from larger test input size
This commit is contained in:
parent
a8e34051c1
commit
a45b4bce9a
@ -39,9 +39,11 @@ def _cfg(url='', **kwargs):
|
|||||||
|
|
||||||
default_cfgs = dict(
|
default_cfgs = dict(
|
||||||
edgenext_xx_small=_cfg(
|
edgenext_xx_small=_cfg(
|
||||||
url="https://github.com/mmaaz60/EdgeNeXt/releases/download/v1.0/edgenext_xx_small.pth"),
|
url="https://github.com/mmaaz60/EdgeNeXt/releases/download/v1.0/edgenext_xx_small.pth",
|
||||||
|
test_input_size=(3, 288, 288), test_crop_pct=1.0),
|
||||||
edgenext_x_small=_cfg(
|
edgenext_x_small=_cfg(
|
||||||
url="https://github.com/mmaaz60/EdgeNeXt/releases/download/v1.0/edgenext_x_small.pth"),
|
url="https://github.com/mmaaz60/EdgeNeXt/releases/download/v1.0/edgenext_x_small.pth",
|
||||||
|
test_input_size=(3, 288, 288), test_crop_pct=1.0),
|
||||||
# edgenext_small=_cfg(
|
# edgenext_small=_cfg(
|
||||||
# url="https://github.com/mmaaz60/EdgeNeXt/releases/download/v1.0/edgenext_small.pth"),
|
# url="https://github.com/mmaaz60/EdgeNeXt/releases/download/v1.0/edgenext_small.pth"),
|
||||||
edgenext_small=_cfg( # USI weights
|
edgenext_small=_cfg( # USI weights
|
||||||
|
Loading…
x
Reference in New Issue
Block a user