File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,15 @@ Keras clustering API:
3636
3737* Added * ClusteringSummaries* to create additional output for the clustering
3838progress 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
You can’t perform that action at this time.
0 commit comments