Marvee Amasi
Marvee Amasi
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
Since Flatten() is a simple operation that reshapes the data from a multi dimensional array to a single dimensional array, you can replace it with a Reshape operation, which is supported in TensorFlow Lite for Microcontrollers
6 replies