Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d1e9a86

Browse files
committedDec 6, 2024·
Rename inception_next_atto pretrained str
1 parent 0576175 commit d1e9a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎timm/models/inception_next.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def inception_next_atto(pretrained=False, **kwargs):
415415
depths=(2, 2, 6, 2), dims=(40, 80, 160, 320),
416416
token_mixers=partial(InceptionDWConv2d, band_kernel_size=9, branch_ratio=0.25)
417417
)
418-
return _create_inception_next('inception_next_tiny', pretrained=pretrained, **dict(model_args, **kwargs))
418+
return _create_inception_next('inception_next_atto', pretrained=pretrained, **dict(model_args, **kwargs))
419419

420420

421421
@register_model

0 commit comments

Comments
 (0)