提交 4c703ffe 编写于 作者: 叶剑武

Merge branch 'summary' into 'master'

Set obfuscate default value

See merge request !1176
......@@ -820,7 +820,7 @@ def convert_func(flags):
"%s/%s.data" % (model_codegen_dir, model_name),
model_config[YAMLKeyword.runtime],
model_codegen_dir,
bool(model_config[YAMLKeyword.obfuscate]))
bool(model_config.get(YAMLKeyword.obfuscate, 1)))
if model_graph_format == ModelFormat.file:
sh.mv("-f",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册