You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\core\graph\model.cc:180 onnxruntime::Model::Model Unsupported model IR version: 10, max supported IR version: 9
Steps to reproduce the bug
Windows::AI::MachineLearning::LearningModel model = Windows::AI::MachineLearning::LearningModel::LoadFromFilePath(L"ir10.onnx");
auto modelSession = Windows::AI::MachineLearning::LearningModelSession(model, Windows::AI::MachineLearning::LearningModelDevice(Windows::AI::MachineLearning::LearningModelDeviceKind::Default)); // crash here