mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Add edgnext_small_rw weights trained with swin like recipe. Better than original 'small' but not the recent 'USI' distilled weights.
This commit is contained in:
parent
7c7ecd2492
commit
a1cb25066e
@ -46,10 +46,13 @@ default_cfgs = dict(
|
|||||||
# 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
|
||||||
url="https://github.com/mmaaz60/EdgeNeXt/releases/download/v1.1/edgenext_small_usi.pth",
|
url="https://github.com/mmaaz60/EdgeNeXt/releases/download/v1.1/edgenext_small_usi.pth",
|
||||||
crop_pct=0.95
|
crop_pct=0.95, test_input_size=(3, 320, 320), test_crop_pct=1.0,
|
||||||
),
|
),
|
||||||
|
|
||||||
edgenext_small_rw=_cfg(),
|
edgenext_small_rw=_cfg(
|
||||||
|
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/edgenext_small_rw-sw-b00041bb.pth',
|
||||||
|
test_input_size=(3, 320, 320), test_crop_pct=1.0,
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user