提交 e735c325 编写于 作者: L liyin

Set obfuscate default value

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