Skip to content

Commit d6556c2

Browse files
Merge pull request #712 from wwwind:clustering_release_notes_2105
PiperOrigin-RevId: 379953351
2 parents 63d1f45 + b38c244 commit d6556c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ Keras clustering API:
3636

3737
* Added *ClusteringSummaries* to create additional output for the clustering
3838
progress for TensorBoard.
39+
* Added ClusterableLayer API to support clustering of a keras custom layer.
40+
In addition, now clustering can be done for bias of the layer.
41+
* Introduced two new experimental quantization schemes for Quantization Aware Training
42+
for collaborative model optimization:
43+
- Prune Preserve QAT: pruned model can be QAT trained with preserved sparsity;
44+
- Cluster Preserve QAT: clustered model can be QAT trained with preserved clustering;
45+
* Added a new feature to clustering: average gradient aggregation, which can
46+
improve performance for some models.
47+
* Updated clustering results in the documentation.
3948
* Tested against TensorFlow 1.14.0, 2.0.0, and nightly, and Python 3.
4049

4150
# TensorFlow Model Optimization 0.5.0

0 commit comments

Comments
 (0)