Browse By Tags

  • 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 Tensorflow model to a CMSIS-NN model. I found an…