提交 19e0d603 编写于 作者: T tangwei12

add is_sparse and args optimize

上级 c173e64b
......@@ -78,7 +78,8 @@ def parse_args():
help='max code length used by hierarchical sigmoid, (default: 40)')
parser.add_argument(
'--is_sparse',
type=bool,
action='store_true',
required=False,
default=False,
help='embedding and nce will use sparse or not, (default: False)')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册