Skip to content

Commit

Permalink
Merge pull request #712 from wwwind:clustering_release_notes_2105
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 379953351
  • Loading branch information
tensorflower-gardener committed Jun 17, 2021
2 parents 63d1f45 + b38c244 commit d6556c2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ Keras clustering API:

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

# TensorFlow Model Optimization 0.5.0
Expand Down

0 comments on commit d6556c2

Please sign in to comment.