Skip to content

Commit

Permalink
dev(narugo): regenerate plot
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Jul 29, 2024
1 parent 0438c23 commit 43f174c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3,071 deletions.
9 changes: 5 additions & 4 deletions docs/source/api_doc/tagging/tagging_benchmark.plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ def run(self):
('wd14-convnextv2', Wd14Benchmark("ConvNextV2")),
('wd14-vit', Wd14Benchmark("ViT")),
('wd14-moat', Wd14Benchmark("MOAT")),
('wd14-swinv2-v3', Wd14Benchmark("SwinV2_v3")),
('wd14-vit-v3', Wd14Benchmark("ViT_v3")),
('wd14-convnext-v3', Wd14Benchmark("ConvNext_v3")),
('wd14-vit-large-tagger-v3', Wd14Benchmark("ViT_Large")),
('wd-swinv2-v3', Wd14Benchmark("SwinV2_v3")),
('wd-vit-v3', Wd14Benchmark("ViT_v3")),
('wd-convnext-v3', Wd14Benchmark("ConvNext_v3")),
('wd-vit-large-tagger-v3', Wd14Benchmark("ViT_Large")),
('wd-eva02-large-tagger-v3', Wd14Benchmark("EVA02_Large")),
('mldanbooru', MLDanbooruBenchmark()),
],
title='Benchmark for Tagging Models',
Expand Down
Loading

0 comments on commit 43f174c

Please sign in to comment.