提交 8ab0f0bb 编写于 作者: Y yejianwu

format code

上级 12d9e165
......@@ -175,7 +175,10 @@ def parse_args():
parser.add_argument(
"--platform", type=str, default="tensorflow", help="tensorflow/caffe")
parser.add_argument(
"--embed_model_data", type=str2bool, default=True, help="embed model data.")
"--embed_model_data",
type=str2bool,
default=True,
help="embed model data.")
return parser.parse_known_args()
......
......@@ -390,8 +390,8 @@ def parse_model_configs():
value = model_config.get(key, "")
if value == "":
model_config[key] = 0
print("'%s' for %s is set to default value: 0"
% (key, model_name))
print("'%s' for %s is set to default value: 0" %
(key, model_name))
validation_inputs_data = model_config.get("validation_inputs_data",
[])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册