ERR: non-tensor output from ONNX models, ignoring (currently unsupported).

Hi,

I read that redisai supports onnx and onnx-ml, but when I try and run an scikit-learn rfc it returns this “ERR: non-tensor output from ONNX models, ignoring (currently unsupported).”

Does this mean I always have to use a model which produces a tensor?

Cheers

Thomas

Hi Thomas,
this is indeed the case for the time being. Feel free to open an issue with the feature request, it would be good if you could include minimal code with a non-tensor producing model.

Thanks!

Luca