Closed code2k13 closed 3 months ago
@code2k13
Your K210 board is from Sipeed
(MAIXPY). You can only use ncc
to compile your tflite to kmodel. It means that the nncase version needs below 1.0.
Ask Sipeed to get support.
@curioyang my friend , you are a genius. I got it to work. Was trying since last 2 days. Thank you so much !
Unable to convert from tflite to kmodel I am trying to export a custom model to kmodel format using nncase for k210. I am able to convert my model to tflite successfully but conversion to kmodel fails.
To Reproduce Run following code or run this kaggle notebook:
Output of the above code:
It generates a kmodel but gives this error when running on the device
Expected behavior Model should load without error.
Environment (please complete the following information):