It can be analyzed normally in CUBEAI7.1 without error. Change to CUBEAI8.1 error, [AI:network] 'utf-8' codec can't decode byte 0xe5 in position 8: invalid continuation byte. Attached is my network model. Thank you very much
When the cubeai tool is used to analyze the model, the unquantized model can be analyzed normally, but the static quantization analysis can make mistakes. I use the onnx model. The following is my quantified model. I hope someone can help me.
Thank you very much for your answer, I found the problem. I did not perform the same transform as in the training process when generating npy data, nor did I perform the same data transform when generating calibration data in the static quantization ...