Skip to content

v1.4.0

Compare
Choose a tag to compare
@reuvenperetz reuvenperetz released this 18 Dec 11:57
· 25 commits to main since this release
e63fc5d

What's Changed

  • Updated Installation Instructions: The README has been updated to provide clearer guidelines for installing the latest stable release, nightly builds, and building from source.
  • Added support for negative channel_axis values in Keras weight quantizers.

Fixes:

  • Fixed an issue where quantization parameters such as input_rank and channel_axis were missing in scenarios where they were irrelevant, such as when using per-tensor quantization.
  • KerasQuantizationWrapper fixes:
    • Fixed an issue in KerasQuantizationWrapper where _trainable_weights and _non_trainable_weights were not handled correctly, caused by the removal of weights in some cases.
    • The convert_to_inferable_quantizers has been removed from KerasQuantizationWrapper.