保存量化模型 - 3.5 简体中文

Vitis AI 用户指南 (UG1414)

Document ID
UG1414
Release Date
2023-09-28
Version
3.5 简体中文
量化模型对象属于标准 tf.keras 模型对象。可通过运行以下命令来保存该对象:
quantized_model.save('quantized_model.h5')

生成的 quantized_model.h5 文件可馈送给 vai_c_tensorflow 编译器,然后部署到 DPU 上。