February 2022 Patch

New Features/Highlights

  • Fixed a compiler bug for pt_yolox_TT100K_640_640_73G_2.0 model

  • Fixed a quantizer bug in QAT in tensorflow 1.15 models

  • Fixed a bug which gives low accuracy for TVM compiled inception_v3 model with DPUCADF8H(dpuv3int8)

  • Fixed a bug in AI optimizer to get the best accuracy in run_evolutionary_search function

New Packages

Installation

Download the packages from the link above. Apply the conda patch to the conda environment (Machine Learning framework) that you wish to update in this format

sudo conda install -n <CONDA_ENVIRONMENT> <URL or PATH to conda package>

For example, to update the vitis-ai-pytorch conda environment:

sudo conda install -n vitis-ai-pytorch https://www.xilinx.com/bin/public/openDownload?filename=unilog-2.0.1-hea4fdf2_32.tar.bz2

Make sure you install them in the order of unilog, target_factory, xir, xcompiler, xnnc, and use the proper version according to the python version installed in your current conda env.