When I am importing ONNX model into mendix 10.0.0 it is displaying error with a popup message - onnx model cannot be imported due to technical issue, can anyone help me through this?

0
Hi Experts,      I am working on spam mail detection using  Amazon sage maker which uses Jupyter notebook to create an  ONNX model, I followed the steps mentioned in it, and ONNX model got generated. But the problem is, while i am trying to import it into mendix it displays  due to technical issue, it cannot be imported.   and one thing is, when I run the code jupyter notebook of Amazon sage maker, it is displaying few errors,         The link to the document is: https://www.mendix.com/blog/ai-at-the-speed-of-thought-a-guide-to-ml-enhanced-applications-powered-by-mendix-and-amazon-sagemaker/. can any one help me through this..
asked
1 answers
0

It looks like you are missing en_US.UTF-8 language pack. See https://github.com/microsoft/onnxruntime/blob/gh-pages/docs/install/index.md#requirements

answered