• 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...
  • CMSIS-NN together with CMSIS-DSP
    Hi everyone, I'd like to know if cmsis-nn can be used in conjunction with cmsis-dsp. This is because I need to read biometric signals and then process them using a NN. Or do I have to use two microcontrollers...
  • 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...
  • 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...
  • Pytorch framework for Arm NN (CMSIS)
    I'm a graduate student at IUPUI. I am working with pruning of Squeezenext architecture for my thesis. So I want to deploy my model on a Cortex-M. I am using Pytorch framework. So could anyone help me...