Open
Description
Hi
I uploaded an example of a non-tensor output model. It produces two warnings. "UserWarning: Tensor APIs are depricated and will be removed from the future release." and on the server I get "ERR: non-tensor output from ONNX models, ignoring (currently unsupported)"
When I use the redisai python client it seems to predict ok despite the error. So I then tried to do the same in gears and I managed to get a segfault on model run, but I don't know if that's my fault or a separate gears issue, or the same issue.
Here's the scripts you need to test. https://github.com/irthomasthomas/redisai-non-tensor-model Just change the vectorizer path in the gears file. I commented out the line which segfaults.
Cheers
Thomas