Saving the Quantized Model - 3.5 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2023-09-28
Version
3.5 English
The quantized model object is a standard tf.keras model object. You can save it by running the following command:
quantized_model.save('quantized_model.h5')

The generated quantized_model.h5 file can be fed to the vai_c_tensorflow compiler and then deployed on the DPU.