Closed xhsonny closed 5 years ago
Can anyone from Kendryte team take a look? Thanks.
Hi,
Thanks for you work on this problem. But I just tried the steps from your solutions and am stuck in the following step:
.\ncc.exe -i tflite -o k210code --dataset .\dataset\ .\bin\mobilenetv1.tflite .\bin\mobilenetv1.c
It shows: Fatal: output-format.
So I checked the output-format options and there are only 'tf', 'tflite' or 'k210model' to choose. I chose 'k210model' and ran it again: \ncc.exe -i tflite -o k210model --dataset .\dataset\ .\bin\mobilenetv1.tflite .\bin\mobilenetv1.c and then I got a .kmodel file rather than the .c file.
I wonder if you can help me with that. Thanks a lot.
TMaysGGS
Yeah, nncase
removed .c output after version v0.1.0 RC1
. You will need to download a version before that. https://github.com/kendryte/nncase/releases
Yeah,
nncase
removed .c output after versionv0.1.0 RC1
. You will need to download a version before that. https://github.com/kendryte/nncase/releases
Hi, I have tried to download the old versions in the link below but it seems those links is invalid now. And the official engineer said it no longer supports transferring to .c file anymore. Do you know how we can use the kmodel file for deployment?
Try this: https://github.com/kendryte/nncase/issues/5#issuecomment-472674354?
I haven't used kmodel yet so don't know for sure how this works.
Try this: kendryte/nncase#5 (comment)?
I haven't used kmodel yet so don't know for sure how this works.
I have tried it and it worked sometimes while sometimes not. It will be better if there are more examples on how to use this. But I will keep working on it.
Thanks for your reply.
Hi,
Could you give instructions on how to use kendryte-model-compiler to compile the mobilenet checkpoint? Thanks.