Closed liaorongfan closed 2 years ago
Hi @liaorongfan ,
Quantization Aware Training (QAT) is a new feature that has been added to the latest release of MCT (version 1.6.0). From the issue we understand you are using MCT version 1.4.0 which doesn't include QAT. To use MCT QAT feature, please use our latest version.
Hi @elad-c Thank you, pip install mct default version is 1.4.0. and after installing from source (verison 1.6.0) it's ok now.
Thanks for letting us know. We will look into that.
Hi @liaorongfan , Indeed we found an issue in the MCT requirements, that combined with a python environment of python 3.7, caused the MCT version to fallback to 1.4.0. A fix was inserted and will be published in the next release. As a temporary workaround, you can work with python 3.8 or above.
Issue Type
Bug
Source
pip (model-compression-toolkit)
MCT Version
1.4.0
OS Platform and Distribution
Ubuntu 18.04.6 LTS
Python version
Python 3.7.15
Describe the issue
Expected behaviour
Code to reproduce the issue
Log output