• 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...
  • armnn-devenv/armnn/src/armnnTfParser/TfParser.cpp:21:48: fatal error: tensorflow/core/framework/graph.pb.h: No such file or directory
    When I executed this command: sudo ./build-armnn.sh I met the following error: Scanning dependencies of target armnnTfParser [ 84%] Building CXX object CMakeFiles/armnnTfParser.dir/src/armnnTfParser...
  • 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...
  • Is ARM-NN compatible with CMSIS-NN
    Hi everyone Last week, I bought a Cortex-M board (NUCLEO STM32F746ZG) to run my small deep learning network on this board. Because MDK toolchain is very expensive, I tried to use ARM-NN to convert from...