Traceback (most recent call last): File "onnxrt_ep.py", line 295, in run_model(model, mIdx) File "onnxrt_ep.py", line 190, in run_model sess = rt.InferenceSession(config['model_path'] , providers=EP_list,sess_options=so) File "/usr/local/lib/python3.6/dist-packages/onnxruntime/capi/onnxruntime_inference_collection.py", line 283, in __init__ self._create_inference_session(providers, provider_options) File "/usr/local/lib/python3.6/dist-packages/onnxruntime/capi/onnxruntime_inference_collection.py", line 315, in _create_inference_session sess.initialize_session(providers, provider_options) TypeError: initialize_session(): incompatible function arguments. The following argument types are supported: 1. (self: onnxruntime.capi.onnxruntime_pybind11_state.InferenceSession, arg0: List[str], arg1: List[Dict[str, str]], arg2: Set[str]) -> None Invoked with: , ['CPUExecutionProvider'], [{}]