2024-02-26 12:44 AM
Hello, everyone! I'm learning to deploy my target detection model using cubeai. My model is trained using pytorch and I found that cubeai doesn't support .pth file conversion so I'm trying to convert my model to onnx format. Since the size of my model did not match the requirements of the development board, I performed a quantization operation. Noting that cubeai officially recommends quantization in onnx format, I did so. However, when I analyze the model with cubeai, the following error occurs (the model before quantization can be analyzed normally). Can anyone help me to see what's going on?
Solved! Go to Solution.
2024-10-29 08:20 AM - edited 2024-10-29 08:30 AM
FYI, the fix for this model will be available in the December 2024 release
Regards
Daniel