Generating the Final Model - 1.2 English

Vitis AI Optimizer User Guide (UG1333)

Document ID
UG1333
Release Date
2020-07-07
Version
1.2 English

After a few pruning iterations, a model with fewer weights will be generated. The following transformation step is required to finalize the model.

$ ./vai_p_caffe transform –model float.prototxt –weights finetuned_model.caffemodel
Important: The transformation should only be executed once after all pruning iterations have been completed.