Compiling the model - 2.5 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2022-06-15
Version
2.5 English
  • For edge, take ZCU102 target as an example.
    
    [Docker]$ cd ../..
    [Docker]$ vai_c_tensorflow -f ./quantized/quantize_eval_model.pb -a /opt/vitis_ai/compiler/arch/DPUCZDX8G/ZCU102/arch.json -o ./compiled -n resnet50_tf
  • For cloud, take U50LV DPUCAHX8H target as an example.
    
    [Docker]$ cd ../..
    [Docker]$ vai_c_tensorflow -f ./quantized/quantize_eval_model.pb -a /opt/vitis_ai/compiler/arch/DPUCAHX8H/U50LV/arch.json -o ./compiled -n resnet50_tf