Failed to handle invalid ML Mapping: ML model myfirstmodule\version-RFB-640.onnx does not exist

0
Hi there,   currently testing out the Mendix ML Kit https://docs.mendix.com/refguide/machine-learning-kit/using-ml-kit/ with this model: https://github.com/onnx/models/tree/main/vision/body_analysis/ultraface   when passing the preprocessed data to the Call ML Model action we get a microflow exception: Failed to handle invalid ML Mapping: ML model myfirstmodule\version-RFB-640.onnx does not exist   But I don’t see how the model would not exist. It’s exactly the model that was imported for the mapping and it can be found in the /mlsource/ as well as in the /deployment/ml/ folder. Any ideas what could be going wrong there? (currently testing in Mx10 – and yes I know that this is all beta functionality)   regards, Fabian
asked
1 answers
1

After some more testing it looks as if this is simply not yet working in the mendix 10 beta.

answered