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
People creating PRs will be responsible for updating the release notes themselves, for major features and bug fixes. Whatever is in the release notes at the time of a release will go out, with some possible editing.
PiperOrigin-RevId: 321267749
See https://github.com/tensorflow/model-optimization/releases/ for previous
3
+
examples of release notes. This project follows https://semver.org/.
4
+
5
+
"Tested against" references the versions of TensorFlow that TFMOT unit tests
6
+
will be run against prior to release. For 2.X, only the earliest (2.0.0) and latest (nightly)
7
+
TF releases are tested against, under the assumption that everything in between
8
+
works sufficiently well enough.
9
+
-->
10
+
11
+
# Release following 0.3.0
12
+
13
+
Keras quantization API:
14
+
15
+
* Major Features and Improvements
16
+
*
17
+
* Bug Fixes and Other Changes
18
+
* Fixed Sequential model support for BatchNorm layers that follow Conv/DepthwiseConv ([issue](https://github.com/tensorflow/model-optimization/issues/378)).
19
+
* Improved error message for not using `quantize_scope` with custom Keras layers and objects.
20
+
* Tested against TensorFlow nightly
21
+
22
+
Keras pruning API:
23
+
24
+
* Tested against TensorFlow 1.14.0, 2.0.0, and nightly.
0 commit comments