stm32ai INTERNAL ERROR: list index out of range
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-02-11 12:21 AM - edited 2024-02-11 12:22 AM
I have a DB (Differentiable Binarization) model exported to ONNX, and I quantized it with onnxruntime using the code below:
```
analyze --model model-quant.onnx \
--type onnx \
--name det \
--compression high \
--no-onnx-optimizer \
--output output \
--allocate-inputs --allocate-outputs \
--with-report \
--series stm32f4 --target stm32f4 --workspace workspace
Neural Network Tools for STM32 family v1.7.0 (stm.ai v8.1.0-19520)
INTERNAL ERROR: list index out of range
- Labels:
-
STM32 ML & AI
-
STM32CubeAI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-02-12 12:31 AM
Issue reproduced with our latest development version, internal bug opened
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-03-06 3:32 AM
2023.3.6 版本 8.1
内部错误:列表索引超出范围 问题仍然存在 什么时候解决?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-04-03 6:07 AM
Hi , any news with that issue? or a way to overcome this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-04-03 6:36 AM
The issue is in our ONNX importer of the ConvTranspose.
This issue is not fixed yet.
Regards
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-11 7:40 PM
I converted the model to Keras format and deployed it to cubeai, but encountered an error TOOL ERROR: list index out of range. What is the problem?
