ncc executable cannot be found after installation - help! :) #1217
Unanswered
MagnusOvason
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I am currently working on a project involving a MAX78000FTHR board and the MatchX 'EdgeX AI Kit', and I need to benchmark their performance for embedded AI applications. I have already completed the entire pipeline for the MAX78000FTHR, PyTorch->QAT Training ->Quantization->Evaluation->Checkpoint file->Syntesis->C-Code-Deployment. I still need to get that same model onto the EdgeX AI Kit, which expects the model in kmodel format. I have, therefore, also exported the model as an onnx and converted it to tensorflow format and, thereafter, to tensorflow lite format. I now need to use the NNCASE toolkit to convert the TensorFlow Lite model to the expected kmodel format. However, I encountered several issues while trying to install NNCASE, mainly that the 'ncc' executable is nowhere to be found after installation. I also tried building from source, cloning the repo, etc., but did not manage to make this work either.
I just want to convert a tflite model to kmodel format. :)
Also, I am working on a WSL Ubuntu 22.04 LTS distribution on a Windows machine.
Beta Was this translation helpful? Give feedback.
All reactions