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
The following code won't work, onnx will complain that is expecting float32 when everything was float64: data, model and convert [ONNXRuntimeError] : 1 : FAIL : Load model from rf_iris.onnx failed:Type Error: Type (tensor(double)) of output arg (variable) of node (TreeEnsembleRegressor) does not match expected type (tensor(float)). .
Some versions of onnxruntime only supports floats for TreeEnsemble. Which version are you using? If it is the latest, 1.17.1, this should have been fixed. But the maybe the converting library was not updated to support it. I'll check.
The following code won't work, onnx will complain that is expecting float32 when everything was float64: data, model and convert
[ONNXRuntimeError] : 1 : FAIL : Load model from rf_iris.onnx failed:Type Error: Type (tensor(double)) of output arg (variable) of node (TreeEnsembleRegressor) does not match expected type (tensor(float)).
.Is this ok? Or maybe I am missing something?
The text was updated successfully, but these errors were encountered: