wafa_ath
DIIDevHeads IoT Integration Server
•Created by wafa_ath on 10/18/2024 in #middleware-and-os
Segmentation Fault with Flatten() in TensorFlow Lite for Microcontrollers on STM32F746NG
Thanks so much for the suggestion! I tried replacing Flatten() with Reshape((-1,)), but I’m still getting the same segmentation fault after that layer on the STM32F746NG. I also checked and adjusted memory allocation, but no luck so far.
I’m wondering if the issue might be related to the overall model size or how the layers are handled during deployment. If anyone has other ideas or suggestions on how to fix this, I’d love to hear them!
Thanks again for the help—I really appreciate it!
6 replies