From bde616329943ae73e29bf12c7ba12a7ab1036b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E4=BF=8A=E8=BE=89?= <11181965+zhujunhui1@user.noreply.gitee.com> Date: Tue, 29 Nov 2022 06:28:27 +0000 Subject: [PATCH] =?UTF-8?q?ID0007=20=20=20json=E8=B7=AF=E5=BE=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱俊辉 <11181965+zhujunhui1@user.noreply.gitee.com> --- .../UNet_Industrial_ID0007_for_TensorFlow/test/train_full_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/test/train_full_8p.sh b/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/test/train_full_8p.sh index c87f56d04..739d9bfa7 100644 --- a/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/test/train_full_8p.sh +++ b/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/test/train_full_8p.sh @@ -109,7 +109,7 @@ fi cd $cur_path/ -cp -r /usr/local/Ascend/opp/op_impl/built-in/ai_core/tbe/config/ascend910/aic-ascend910-ops-info.json ${cur_path}/old/ +cp -r /usr/local/Ascend/opp/built-in/op_impl/ai_core/tbe/config/ascend910/aic-ascend910-ops-info.json ${cur_path}/old/ python3.7 aic_change.py #训练开始时间,不需要修改 -- Gitee