Skip to content

Commit

Permalink
dev(narugo): add vit large model into list
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Jul 27, 2024
1 parent f886d62 commit d8bbbce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion imgutils/tagging/wd14.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ConvNext_v3": CONV_V3_MODEL_REPO,
"ViT_v3": VIT_V3_MODEL_REPO,

"Vit_Large": VIT_LARGE_MODEL_REPO,
"ViT_Large": VIT_LARGE_MODEL_REPO,
}
_DEFAULT_MODEL_NAME = 'SwinV2_v3'

Expand Down
1 change: 1 addition & 0 deletions zoo/wd14/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def _seg_split(text):
"SwinV2_v3": ('core_model', 'head', 'fc'),
"ConvNext_v3": ('core_model', 'head', 'fc'),
"ViT_v3": ('core_model', 'head'),
"ViT_Large": ('core_model', 'head'),
}


Expand Down

0 comments on commit d8bbbce

Please sign in to comment.