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 90ee5ba3860af2b8a84653e1959da2225775b374..659d4ab66f94b76a29a7859233d5a4a81ba5c8c7 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)