mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Left some experiment stem code in convnext by mistake
This commit is contained in:
parent
70d6d2c484
commit
188c194b0f
@ -434,7 +434,7 @@ def convnext_tiny_hnf(pretrained=False, **kwargs):
|
||||
@register_model
|
||||
def convnext_tiny_hnfd(pretrained=False, **kwargs):
|
||||
model_args = dict(
|
||||
depths=(3, 3, 9, 3), dims=(96, 192, 384, 768), head_norm_first=True, conv_mlp=True, stem_type='dual', **kwargs)
|
||||
depths=(3, 3, 9, 3), dims=(96, 192, 384, 768), head_norm_first=True, conv_mlp=True, **kwargs)
|
||||
model = _create_convnext('convnext_tiny_hnf', pretrained=pretrained, **model_args)
|
||||
return model
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user