Skip to content

Commit

Permalink
Rename inception_next_atto pretrained str
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Dec 6, 2024
1 parent 0576175 commit d1e9a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timm/models/inception_next.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def inception_next_atto(pretrained=False, **kwargs):
depths=(2, 2, 6, 2), dims=(40, 80, 160, 320),
token_mixers=partial(InceptionDWConv2d, band_kernel_size=9, branch_ratio=0.25)
)
return _create_inception_next('inception_next_tiny', pretrained=pretrained, **dict(model_args, **kwargs))
return _create_inception_next('inception_next_atto', pretrained=pretrained, **dict(model_args, **kwargs))


@register_model
Expand Down

0 comments on commit d1e9a86

Please sign in to comment.