• Tensorflow lite and ARMnn library differences
    Hi Experts, Tensorflow lite for microcontrollers ( https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/micro ) has given generic code which can work on any processors...
  • Re-build tensorflow lite model in cmsis-nn
    Hi, Is it possible to rebuild a tensorflow lite model with cmsis-nn to run on a MCU with a Cortex-M? We have followed the guide posted on arm:s website for converting neural networks for ARM Cortex...
  • How to try TensorFlow Lite on Ethos-N NPU?
    I want to run TensorFlow Lite on Ethos-N NPU. According to my understanding, I need Arm NN SDK and Ethos NPU driver. Arm NN SDK is located at https://git.mlplatform.org/ml/armnn.git/ . I can try to build...
  • Build Arm Cortex-M voice assistant with Google TensorFlow Lite
    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...
  • Save tensorflow model for ArmNN
    Hello, I want to load a Tensorflow model on my ARM-device. The model is rather simple: Layer (type) Output Shape Param # ================================================================= conv2d (Conv2D...