未验证 提交 03934da6 编写于 作者: M megvii-mge 提交者: GitHub

feat(script): Add GAN tag

上级 384189db
......@@ -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"}),
]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册