Vitis AI Optimizer Overview - 1.2 English

Vitis AI Optimizer User Guide (UG1333)

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

Vitis™ AI is a Xilinx® development kit for AI inference on Xilinx hardware platforms. Inference in machine learning is computation-intensive and requires high memory bandwidth to meet the low-latency and high-throughput requirements of various applications.

Vitis AI optimizer provides the ability to optimize neural network models. Currently Vitis AI optimizer includes only one tool called pruner. Vitis AI pruner (VAI pruner) prunes redundant connections in neural networks and reduces the overall required operations. The pruned models produced by VAI pruner can be further quantized by VAI quantizer and deployed to FPGA. For more information on VAI quantizer and deployment, see the Vitis AI User Guide in the Vitis AI User Documentation (UG1431).

Figure 1. VAI Optimizer

VAI pruner now support 3 deep learning frameworks: TensorFlow, Caffe and Darknet, and the corresponding binary names are vai_p_tensorflow, vai_p_caffe and vai_p_darknet. We are going to support Pytorch soon.

Vitis AI Optimizer requires a commercial license to run. Contact your Xilinx sales representative for more information.