You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following the instructions from d80f0d2#diff-7d9fc065a89438c0ca7e01e4611d0f3aR30 to generate C code from .pb file and I was using the mobilenetv1.pb file from the example. I just tried the steps from the solutions and am stuck in the following step:
I checked the output-format options and 'k210code' has been modified to 'k210model' since v0.1.0 RC1. So 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 anyone can help me with that. Thanks a lot.
TMaysGGS
The text was updated successfully, but these errors were encountered:
Hi,
I was following the instructions from d80f0d2#diff-7d9fc065a89438c0ca7e01e4611d0f3aR30 to generate C code from .pb file and I was using the mobilenetv1.pb file from the example. I just tried the steps from the 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.
I checked the output-format options and 'k210code' has been modified to 'k210model' since v0.1.0 RC1. So 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 anyone can help me with that. Thanks a lot.
TMaysGGS
The text was updated successfully, but these errors were encountered: