From f88b46c2cbed512fffbc776e936fe48caa9890b1 Mon Sep 17 00:00:00 2001 From: tanghongyan <1349905607@qq.com> Date: Mon, 21 Mar 2022 11:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E5=BD=92=E6=B5=8B=E8=AF=95=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- research/cv/mobilenetV3_small_x1_0/infer/convert/atc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/research/cv/mobilenetV3_small_x1_0/infer/convert/atc.sh b/research/cv/mobilenetV3_small_x1_0/infer/convert/atc.sh index 7dfd09efe..535f6e2b7 100644 --- a/research/cv/mobilenetV3_small_x1_0/infer/convert/atc.sh +++ b/research/cv/mobilenetV3_small_x1_0/infer/convert/atc.sh @@ -14,7 +14,7 @@ # limitations under the License. # ============================================================================ model=$1 -/usr/local/Ascend/atc/bin/atc \ +atc \ --model=$model \ --framework=1 \ --output=../data/model/mobilenetv3_small \ -- GitLab