• 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...
  • Which CMSIS-DSP parts are used by CMSIS-NN
    Which parts of CMSIS-DSP are used for CMSIS-NN? I'm asking because I want to disable as much options as possible of the CMSIS-DSP.
  • 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...
  • 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...
  • Failed to debug CMSIS NN with stm32f4 discovery on gnu eclipse
    I am new to development on STM32F4 discovery and I am trying to execute cmsis nn example on stm32f407VG board. I am using GDB OpenOCDDebugging for debugging with configure option -f board/stm32f4discovery...