Similar to https://community.axelera.ai/voyager-sdk-2/run-simple-gemm-model-1127, I got IndexError when converting a Gemm-only model via “compile -i model.onnx -o model --overwrite”. However, I don’t have Flatten layer. Could you help on checking what’s going wrong?
The model I use and logs are attached below, and here are my system information:
- System: Ubuntu 22.04 x86_64
- SDK: version 1.5.2 cloned from https://github.com/axelera-ai-hub/voyager-sdk

