Hello,
I am trying to build the sample application as described in the
- Build Arm Cortex-M voice assistant with Google TensorFlow Lite paper (https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides/build-arm-cortex-m-voice-assistant-with-google-tensorflow-lite)
- in a Windows 10 PC.
In page 10 the paper says:
For Windows:Download the mbed.zip and unzip it to your Windows machine.cd tensorflow/lite/experimental/micro/tools/make/gen/mbed_cortex-m4/prj/micro_speech/mbed
But inside the mbed.zip packge the folder path is missing: "tensorflow/lite/experimental/micro/tools/make/gen/mbed_cortex-m4/prj/micro_speech/mbed".
Can anybody suggest what extra I need to do to build the package in Windows 10 PC.
Thanks and Regards,
Anup
https://petewarden.com/2019/03/07/launching-tensorflow-lite-for-microcontrollers/
Might want to ask here.
anupd said:the folder path is missing
which part(s), exactly, is/are missing?
Path is available up to "tensorflow\lite\experimental\micro\tools\make". After "make", "gen/mbed_cortex-m4/prj/micro_speech/mbed" part is missing.
Thanks. This is a non-tech question of package structure as suggested in ARM document. So doesn't look good to ask Pete there. :)
Hi, I'm having the same problem.
Did you find a way around it?
Thank you in advance