Skip to main content
ZShi.1
Visitor II
September 25, 2020
Question

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

  • September 25, 2020
  • 0 replies
  • 592 views

the model I have bulit:

0693W000004H4WLQA0.png​the config of my project:

only use cubemx.ai for Application Template,without any other config in my project

0693W000004H4X4QAK.png

0693W000004H4XEQA0.png0693W000004H4XJQA0.png

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

0693W000004H4Y2QAK.png

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:

This topic has been closed for replies.