Skip to content

version 1.25.0

Compare
Choose a tag to compare
@aimetci aimetci released this 09 Mar 23:14
· 1027 commits to develop since this release

What's New

Keras

  • Added QuantAnalyzer feature
  • Adds Batch Normalization folding for Functional Keras Models. This allows the default config files to work for super grouping.
  • Resolved an issue with quantizer placement in Sequential blocks in subclassed models

PyTorch

  • Added AutoQuant V2 which includes advanced features such as out-of-the-box inference, model preparer, quant scheme search, improved summary report, etc.
  • Fixes to resolve minor accuracy diffs in the learnedGrid quantizer for per-channel quantization
  • Fixes to improve EfficientNetB4 accuracy w/respect to target
  • Fixed rare case where quantizer may calculate incorrect offset when generating QAT 2.0 learned encodings

TensorFlow

  • Added QuantAnalyzer feature
  • Fixed an accuracy issue due to rare cases where the incorrect BN epsilon was being used
  • Fixed an accuracy issue due to Quantsim export incorrectly recomputing QAT2.0 encodings

Common

  • Updated AIMET python package version format to support latest pip
  • Fixed an issue where not all inputs might be quantized properly

Documentation