AN 1011: TinyML Applications in Altera FPGAs Using LiteRT for Microcontrollers
ID
848984
Date
4/07/2025
Public
2.4.2. Saving the LiteRT Model
Save the LiteRT Model for reuse purposes.
# Save the LiteRT model open("lenet.tflite", "wb").write(tflite_model)