Skip to content

Commit 84e9768

Browse files
Xharktensorflower-gardener
authored andcommitted
Update release notes and version for TFMOT release 0.7.5.
PiperOrigin-RevId: 535523638
1 parent 9272180 commit 84e9768

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ Keras pruning API:
3232

3333
# TensorFlow Model Optimization next release TBD
3434

35+
# TensorFlow Model Optimization 0.7.5
36+
37+
TFMOT 0.7.5 fixes compatibility issues with new keras.
38+
* Fixed improper serialization code route for functional models.
39+
* Created a local copy of keras.utils.generic_utils.to_snake_case.
40+
* Handled the error type reflect to the keras update.
41+
* Fixed compatibility issues for the TF/Keras 2.13.
42+
3543
# TensorFlow Model Optimization 0.7.4
3644

3745
TFMOT 0.7.4 add from_config method to QuantizeConfig class since the new keras serialization enforces it.

tensorflow_model_optimization/python/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# We follow Semantic Versioning (https://semver.org/)
1818
_MAJOR_VERSION = '0'
1919
_MINOR_VERSION = '7'
20-
_PATCH_VERSION = '4'
20+
_PATCH_VERSION = '5'
2121

2222
# When building releases, we can update this value on the release branch to
2323
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official

0 commit comments

Comments
 (0)