From b28a1043862cbed8fa7d10a17b73a402ddb573c7 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: Mon, 28 Nov 2022 08:01:08 +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=20=E4=B9=8B=E5=89=8Djson=E7=9A=84=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E8=A2=AB=E6=9B=B4=E6=94=B9=EF=BC=8C=E5=AF=BC=E8=87=B4=E7=B2=BE?= =?UTF-8?q?=E5=BA=A6=E4=B8=8D=E8=BE=BE=E6=A0=87?= 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