Release 1.5.0
What's Changed
- TensorFlow 2.15 Support: MCT Quantizers now offers full compatibility with TensorFlow version 2.15.
- Added metadata to TensorFlow\Pytorch\ONNX models: use the
add_metadata
andget_metadata
API to access it. The metadata is a dictionary, for example:{'mctq_version': '1.5.0'}
. Note that in TensorFlow the metadata is also saved in a special layerMetadataLayer
. - Added support for quantizing constants with KerasQuantizationWrapper and PytorchQuantizationWrapper.
Breaking Changes
- Removed
KMEANS
from QuantizationMethod.
Contributors
@ofirgo, @reuvenperetz, @Chizkiyahu & @elad-c
Full Changelog: v1.4.0...v1.5.0