I am not able to create an instance of InferenceSession using onnxruntime. My platform is Mac OS(Big Sur). The code doesn't even throw any exceptions. Process is simply being killed. The same code works perfectly on Windows. Here are the screenshots:
- The screenshot below represents the absence of exception. My code exits at that line without reaching the "catch" block.
- The screenshot below shows the window I get after the program stops.