Validation Error: Unable to generate the "libai_network" library
- September 30, 2024
- 2 replies
- 2952 views
I am currently working on validating a machine learning model that I have deployed on an STM32 microcontroller. While the model successfully runs on the STM32, the results it produces differ significantly from those obtained when running the model on a computer.
Additionally, when I attempt to perform validation on a desktop environment, I encounter the following error:
E103(CliRuntimeError): Unable to generate the "libai_network" library.
Since the website could not accept the .tflite file, I have attached the picture of the structure of the model. The model was trained using TensorFlow 2.17 and utilizes approximately 75KB of flash memory and 15KB of RAM.
I would greatly appreciate any guidance or assistance in resolving these issues.
Thank you!
