This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM ML Zoo : TensorFlowLite for Microcontrollers Deployment code for Zoo models

Hi,
In the ARM ML Zoo, https://github.com/ARM-software/ML-zoo only KWS models have an example TensorFlowLite for Microcontrollers code at https://github.com/ARM-software/ML-examples/tree/main/tflu-kws-cortex-m/kws_cortex_m

For noise suppression https://github.com/ARM-software/ML-zoo/tree/master/models/noise_suppression/RNNoise/tflite_int8 there is no TensorFlowLite for Microcontrollers example code.

Same for the speech recognition using wav2letter, github.com/.../tflite_pruned_int8

How did ARM benchmark the performance on ARM Cortex M, A etc ?

Are the inferencing codes on microcontrollers using TensorFlowLite Micro available for public access ?

Thanks,

Parents
  • Thanks . Yes, Running the TF/python codes in Raspberry Pi would be much straightforward and suitable for Cortex A.

    But I am intending to deploy the models (speech recognition or noise suppression) to ARM Cortex M series (M4 or M7) microcontrollers, hence this approach would not work.
    That is why I was checking if the inferencing codes using TFLite-Micro would be available for public access, similar to the KWS code that ARM has provided in the github.

Reply
  • Thanks . Yes, Running the TF/python codes in Raspberry Pi would be much straightforward and suitable for Cortex A.

    But I am intending to deploy the models (speech recognition or noise suppression) to ARM Cortex M series (M4 or M7) microcontrollers, hence this approach would not work.
    That is why I was checking if the inferencing codes using TFLite-Micro would be available for public access, similar to the KWS code that ARM has provided in the github.

Children