Saving the Quantized Model - 2.0 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2022-01-20
Version
2.0 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.