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.