AN 1011: TinyML Applications in Altera FPGAs Using LiteRT for Microcontrollers

ID 848984
Date 4/07/2025
Public
Document Table of Contents

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)