diff --git a/timm/models/convnext.py b/timm/models/convnext.py index 8c3f31be..e682379f 100644 --- a/timm/models/convnext.py +++ b/timm/models/convnext.py @@ -599,10 +599,10 @@ default_cfgs = generate_default_cfgs({ 'convnext_zepto_rms.ra4_e3600_r224_in1k': _cfg( hf_hub_id='timm/', mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5)), - 'convnext_zepto_rms_ols.untrained': _cfg( - # hf_hub_id='timm/', + 'convnext_zepto_rms_ols.ra4_e3600_r224_in1k': _cfg( + hf_hub_id='timm/', mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5), - test_input_size=(3, 256, 256), test_crop_pct=0.95), + crop_pct=0.9), 'convnext_atto.d2_in1k': _cfg( url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rsb-weights/convnext_atto_d2-01bb0f51.pth', hf_hub_id='timm/',