Skip to content

Commit

Permalink
feat(script): Add GAN tag
Browse files Browse the repository at this point in the history
  • Loading branch information
megvii-mge authored Jul 9, 2020
1 parent 384189d commit 03934da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class Tag:

TAGS = [
Tag(id="vision", name={"zh_CN": "视觉", "en_US": "Vision"}),
Tag(id="detection", name={"zh_CN": "识别", "en_US": "Detection"}),
Tag(id="classification", name={"zh_CN": "分类", "en_US": "Detection"}),
Tag(id="detection", name={"zh_CN": "检测", "en_US": "Detection"}),
Tag(id="classification", name={"zh_CN": "分类", "en_US": "Classification"}),
Tag(id="gan", name={"zh_CN": "生成对抗网络", "en_US": "GAN"}),
Tag(id="nlp", name={"zh_CN": "自然语言处理", "en_US": "NLP"}),
]

0 comments on commit 03934da

Please sign in to comment.