From 718f6cf46dd49ac94cabf9ea7ea566e554cddd34 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:29:49 +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/aic_change.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/test/aic_change.py b/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/test/aic_change.py index 90ee5ba38..659d4ab66 100644 --- a/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/test/aic_change.py +++ b/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/test/aic_change.py @@ -20,7 +20,7 @@ # ============================================================================== import json -json_path = "/usr/local/Ascend/opp/op_impl/built-in/ai_core/tbe/config/ascend910/aic-ascend910-ops-info.json" +json_path = "/usr/local/Ascend/opp/built-in/op_impl/ai_core/tbe/config/ascend910/aic-ascend910-ops-info.json" new_json_path = "new-aic-ascend910-ops-info.json" with open(json_path,'r') as load_f: load_dict = json.load(load_f) -- Gitee