diff --git a/PyTorch/built-in/cv/detection/YOLOV4_ID0396_for_PyTorch/test.py b/PyTorch/built-in/cv/detection/YOLOV4_ID0396_for_PyTorch/test.py index 8ce52c9071412e0d9b713b833fcda03c6b94a7ad..2df0f2257ccde974cee79a44f68e5611b00e0785 100644 --- a/PyTorch/built-in/cv/detection/YOLOV4_ID0396_for_PyTorch/test.py +++ b/PyTorch/built-in/cv/detection/YOLOV4_ID0396_for_PyTorch/test.py @@ -313,9 +313,9 @@ if __name__ == '__main__': print(opt) torch.npu.set_compile_mode(jit_compile=False) - option = dict() - option["NPU_FUZZY_COMPILE_BLACKLIST"] = "Identity" - torch.npu.set_option(option) + #option = dict() + #option["NPU_FUZZY_COMPILE_BLACKLIST"] = "Identity" + #torch.npu.set_option(option) if opt.task in ['val', 'test']: # run normally test(opt.data, opt.weights,