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
Hi, I have a model trained with sklearn RandomForestRegressor. I have export to onnx and converted to ort files.
But I facing this issues when loading the .ort in Android Studio.
Error code - ORT_FAIL - message: inference_session.cc:1217 AssignNodesToEpsFromHashesImpl Failed to find kernel def hash (12993125630596348064) in kernel registries for TreeEnsembleRegressor(1) node with name 'TreeEnsembleRegressor'.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I have a model trained with sklearn RandomForestRegressor. I have export to onnx and converted to ort files.
But I facing this issues when loading the .ort in Android Studio.
Error code - ORT_FAIL - message: inference_session.cc:1217 AssignNodesToEpsFromHashesImpl Failed to find kernel def hash (12993125630596348064) in kernel registries for TreeEnsembleRegressor(1) node with name 'TreeEnsembleRegressor'.
Is this cause by the way I'm converted the model to onnxruntime wrongly?
I'm following this tutorial:
http://onnx.ai/sklearn-onnx/auto_examples/plot_convert_model.html
This is the model of onnx:
Beta Was this translation helpful? Give feedback.
All reactions