From 67a75ea8d190ed7539939082208819a501647ead 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 --- python/tools/tf_dsp_converter_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tools/tf_dsp_converter_lib.py b/python/tools/tf_dsp_converter_lib.py index 1090f2a9..cf7b399d 100644 --- a/python/tools/tf_dsp_converter_lib.py +++ b/python/tools/tf_dsp_converter_lib.py @@ -5,7 +5,7 @@ from dsp_ops import DspOps from lib.python.tools import graph_util from lib.python.tools.convert_util import tf_dtype_2_mace_dtype -# converter --input ../libcv/quantized_icnet.pb --output quantized_icnet_dsp.pb \ +# converter --input ../libcv/quantized_model.pb --output quantized_model_dsp.pb \ # --runtime dsp --input_node input_node --output_node output_node padding_mode = { -- GitLab