We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.