KeyError: ('conv2d_NCHWc.x86', ('TENSOR', (1, 3, 640, 640), 'float32'), ('TENSOR', (32, 3, 6, 6), 'float32'), (2, 2), (2, 2, 2, 2), (1, 1), 'NCHW', 'NCHW', 'float32')

One or more operators have not been tuned. Please tune your model for better performance. Use DEBUG logging level to see more details. Traceback (most recent call last): File “onnx_change_tvm.py”, line 241, in tune_and_evaluate(tuning_option) File “onnx_change_tvm.py”, line 205, in tune_and_evaluate tune_graph(mod[‘main’], data_shape, ‘yolov5s6.log’, ‘yolov5s6_graph_opt.log’) File “onnx_change_tvm.py”, line 186, in tune_graph executor = Tuner(graph, {input_name: dshape}, records, target_op, target) File “d:\Anaconda3\envs\paddle\lib\site-packages\tvm\autotvm\graph_tuner\pbqp_tuner.py”, line 37, in init super(PBQPTuner, self).init(*args, **kwargs) File “d:\Anaconda3\envs\paddle\lib\site-packages\tvm\autotvm\graph_tuner\base_graph_tuner.py”, line 181, in init self._fetch_cfg() File “d:\Anaconda3\envs\paddle\lib\site-packages\tvm\autotvm\graph_tuner\base_graph_tuner.py”, line 244, in _fetch_cfg for record in cfg_dict[workload]: KeyError: (‘conv2d_NCHWc.x86’, (‘TENSOR’, (1, 3, 640, 640), ‘float32’), (‘TENSOR’, (32, 3, 6, 6), ‘float32’), (2, 2), (2, 2, 2, 2), (1, 1), ‘NCHW’, ‘NCHW’, ‘float32’)