Closed narduzzi closed 2 years ago
Please follow the deploy section in the usage document https://github.com/kendryte/nncase/blob/master/docs/USAGE_EN.md#k210 If you are using maixpy instead of kendryte-standalone-sdk you should open an issue in maixpy.
Describe the bug I am trying to deploy a custom model on Maix Dock I, which firmware is 0.6.2. The board crashed when I try to load the model.
To Reproduce
The model I try to deploy is the following:
Then I convert it to ONNX using
tf2onnx
Finally, I convert it to
kmodel
using the tutorial found in the doc:I then upload the model to
/flash/
of the Maix Dock usingrshell
. However, when I try to load it in micropythonThe board crashes without any error nor debug message.
What could be the source of the problem?
Expected behavior
The model should be loaded in the KPU and allow inference, or an error message should be displayed.
Origin model and code
This zip contains the different models generated by the code. models.zip
Environment (please complete the following information):