You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.