genoff_cmd: python /home/share/pytorch/src/catch/examples/offline/yolov3/../genoff/genoff.py -model yolov3 -mcore MLU270 -mname yolov3 -half_input 0 -core_ number 4 -batch_size 4 -input_format 0&>> /home/share/pytorch/src/catch/examples/offline/yolov3/yolov3_multicore_thread.log 3 run_cmd: /home/share/pytorch/src/catch/examples/offline/yolov3/../build/yolov3/yolov3_offline_multicore -offlinemodel /home/share/pytorch/src/catch/examples/offline/yolov3/yolov3.cambricon -images /home/share/pytorch/src/catch/examples/offline/yolov3/../../da ta/coco/file_list_for_release -labels /home/share/pytorch/src/catch/examples/offline/yolov3/label_map_coco.txt -outputdir home/share/pytorch/src/catch/examples/offline/yolov3 -dump 1 -simple_compile 1 -dataset_path /home/share/datasets//COCO -input_format 0 &>> /home/share/pytorch/src/catch/examples/offline/yolov3/yolov3_multicore_thread.log 4 check_cmd: python /home/share/pytorch/src/catch/examples/offline/yolov3/../scripts/meanAP_COCO.py --file_list home/share/pytorch/src/catch/examples/offline/yolov3/../../data/coco/file_list_for_release --result_dir /home/share/pytorch/src/catch/examples/offli ne/yolov3 --ann_dir /home/share/datasets//COCO/ --data_type val2014 &>> /home/share/pytorch/src/catch/ex amples/offline/yolov3/yolov3_multicore_thread.log 5 [genoff.py line:223] - INFO: Generate offline model: yolov3 6 /home/share/pytorch/src/catch/venv/pytorch/lib/python3.6/site-packages/torch/nn/_reduction.py:43: UserWarning: size_average and reduce args will be depreca ted, please use reduction='mean' instead. 7 warnings.warn(warning.format(ret)) 8 /home/share/pytorch/src/catch/venv/pytorch/lib/python3.6/site-packages/torch/hub.py:463: UserWarning: TORCH_MODEL_ZOO is deprecated, please use env TORCH_H OME instead 9 warnings.warn('TORCH_MODEL_ZOO is deprecated, please use env TORCH_HOME instead') 10 ./run_all_offline_mc.sh: line 108: /home/share/pytorch/src/catch/examples/offline/yolov3/../build/yolov3/yolov3_offline_multicore: No such file or director y 11 test2014/images/COCO_val2014_000000000164.jpg 12 13 Traceback (most recent call last): 14 File "/home/share/pytorch/src/catch/examples/offline/yolov3/../scripts/meanAP_COCO.py", line 154, in 15 img_ids, res_file = generate_json_file(img_list, result_dir, class_dict, json_file) 16 File "/home/share/pytorch/src/catch/examples/offline/yolov3/../scripts/meanAP_COCO.py", line 122, in generate_json_file 17 result_objs = parse_output(result_dir + '/' + img_name + '.txt') 18 File "/home/share/pytorch/src/catch/examples/offline/yolov3/../scripts/meanAP_COCO.py", line 87, in parse_output 19 f = open(input) 20 FileNotFoundError: [Errno 2] No such file or directory: '/home/share/pytorch/src/catch/examples/offline/yolov3/COCO_val2014_000000000164.txt'