Hi community,
I'm seeking your help in solving the following issue ..
I installed eIQ Toolkit 1.7.3 on Windows 10 and I want to convert my Pytorch model to DeepViewRT (.rtm) model, so I can eventually deploy the .rtm model on the i.MX 8M Plus processor.
I followed this guide, I converted the Pytorch model to ONNX model, then as described in the guide, I tried to convert the ONNX model to a quantized ONNX model.
However, the conversion process terminated with an unhelpful error message: "object of type 'NoneType' has no len()".
I used the Model Tool from the eIQ Portal when I did the conversion.
Thanks in advance and best regards.