I use cubemx.ai convert a simple conv-pool model bulit by keras, but when it was mounted on the board of STM32L452RE, all the outputs were -NaN
the model I have bulit:
the config of my project:
only use cubemx.ai for Application Template,without any other config in my project



in keil project, run the model and see the output in debug window, I find it's all -NaN:

in earlier experiment, when I use only ONE conv-pool layer, it can work smoothly, however, if I add another conv-pool, the outputs get NaN immediately. WHY?? is something wrong with my model? or any other problem?:loudly_crying_face: :loudly_crying_face:
