We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34dfadd commit 614c9b1Copy full SHA for 614c9b1
RELEASE.md
@@ -10,6 +10,15 @@ works sufficiently well enough.
10
11
# Release following 0.3.0
12
13
+Keras clustering API:
14
+
15
+* New API for weight clustering
16
+* Major Features
17
+ * Support for clustering convolutional (except DepthwiseConv), Dense and other commonly used standard Keras layers
18
+ * Support for different initialization methods for the cluster centroids: density-based, linear, random
19
+ * Fine-tuning of cluster centroids during training
20
+* Tested against TensorFlow 1.14.0, 2.0.0, and nightly
21
22
Keras quantization API:
23
24
* Major Features and Improvements
@@ -22,5 +31,3 @@ Keras quantization API:
31
Keras pruning API:
32
33
* Tested against TensorFlow 1.14.0, 2.0.0, and nightly.
25
-
26
0 commit comments