TFMOT 0.8.0 forces users to use the keras v2 version. * Fix structural pruning sparsity notebook * Remove private Keras imports. * Redirect TF references. * Fix broken tests. * Tested against TensorFlow 2.14.1, and nightly on Python 3.
0.7.5
TFMOT 0.7.5 fixes compatibility issues with new keras. * Fixed improper serialization code route for functional models. * Created a local copy of keras.utils.generic_utils.to_snake_case. * Handled the error type reflect to the keras update. * Fixed compatibility issues for the TF/Keras 2.13.
0.7.4
TFMOT 0.7.4 add from_config method to QuantizeConfig class since the new keras serialization enforces it.
0.7.3
TFMOT 0.7.3 add remove_input_range method that removes input range after apply quantize.
0.7.2
TFMOT 0.7.2 removes support for the PeepholeLSTMCell layer, that was removed in Keras.
0.7.1
TFMOT 0.7.1 fixes a bug in tensor_encoding in 9e4c106267a4a7f61e0d90b0848db15fd063b80e.