Skip to content

Release 1.5.0

Compare
Choose a tag to compare
@elad-c elad-c released this 11 Apr 07:12
· 10 commits to main since this release
57ddc55

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 and get_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 layer MetadataLayer.
  • Added support for quantizing constants with KerasQuantizationWrapper and PytorchQuantizationWrapper.

Breaking Changes

Contributors

@ofirgo, @reuvenperetz, @Chizkiyahu & @elad-c

Full Changelog: v1.4.0...v1.5.0