This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 example using ARM-NN with Cortex-A board. The output of ARM-NN is a .so file and can load easily to Cortex-A board. However, Cortex-M board doesn't support any system to load .so file

So, I would like to know is it possible to use ARM-NN for converting a Tensorflow model to a CMSIS-NN model and run on a Cortex-M board. If it is possible, please let me know the way to do that?

Thank you so much.