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:
36
36
37
37
* Added * ClusteringSummaries* to create additional output for the clustering
38
38
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.
39
48
* Tested against TensorFlow 1.14.0, 2.0.0, and nightly, and Python 3.
40
49
41
50
# TensorFlow Model Optimization 0.5.0
You can’t perform that action at this time.
0 commit comments