From e4bda5372b404f10a45255e4fa48237a1d33566d Mon Sep 17 00:00:00 2001 From: yejianwu Date: Fri, 19 Jan 2018 15:03:13 +0800 Subject: [PATCH] update input and output shape in validate_model.sh and validate.py, remove model msg --- mace_run.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mace_run.cc b/mace_run.cc index b4a5c42e..87b7b5b4 100644 --- a/mace_run.cc +++ b/mace_run.cc @@ -6,7 +6,7 @@ * Usage: * mace_run --model=mobi_mace.pb \ * --input=input_node \ - * --output=MobilenetV1/Logits/conv2d/convolution \ + * --output=output_node \ * --input_shape=1,224,224,3 \ * --output_shape=1,224,224,2 \ * --input_file=input_data \ -- GitLab