Question
Error in execution of pass type(OPT_RM_TRANSPOSE_MATMUL) id(16)
- March 29, 2025
- 1 reply
- 461 views
I used the cmd on Windows and entered the following command: "stedgeai.exe analyze --target stm32f4 --name network -m CNN_Attention_MLP1.onnx --verbosity 3 --no-onnx-optimizer".
Then I got the error message as mentioned in the title. When the "--no-onnx-optimizer" parameter was not used, I would get similar DEBUG information. They were all "Error in execution of pass type(OPT_RM_TRANSPOSE_MATMUL) id(16)" as shown in the subject, which really confused me.
Since I had turned off the ONNX optimizer, it was strange that it still reported an error here. The attachment is my debug log and the ONNX model.
