Skip to content

Commit a63fb72

Browse files
committed
Addressed reviewer's comments.
Change-Id: If063514deab32682ba6dce9bc1d87c06ee705c43
1 parent 2b6eee8 commit a63fb72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow_model_optimization/g3doc/guide/clustering/clustering_comprehensive_guide.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
"source": [
285285
"### Cluster convolutional layers per channel\n",
286286
"\n",
287-
"The clustered model could be passed to further optimizations such as a [post training quantization](https://www.tensorflow.org/lite/performance/post_training_quantization). If the quantization is done per channel, then the model should be clustered per channel as well. This increases the accuracy of the clustered and quantized model\n",
287+
"The clustered model could be passed to further optimizations such as a [post training quantization](https://www.tensorflow.org/lite/performance/post_training_quantization). If the quantization is done per channel, then the model should be clustered per channel as well. This increases the accuracy of the clustered and quantized model.\n",
288288
"\n",
289289
"**Note:** only Conv2D layers are clustered per channel\n",
290290
"\n",

tensorflow_model_optimization/g3doc/guide/combine/cqat_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
"source": [
599599
"## Apply post-training quantization and compare to CQAT model\n",
600600
"\n",
601-
"Next, we use post-training quantization (no fine-tuning) on the clustered model and check its accuracy against the CQAT model. This demonstrates why you would need to use CQAT to improve the quantized model's accuracy. The difference could be not very visible, because the MNIST model is quite small and overparametrized.\n",
601+
"Next, we use post-training quantization (no fine-tuning) on the clustered model and check its accuracy against the CQAT model. This demonstrates why you would need to use CQAT to improve the quantized model's accuracy. The difference may not be very visible, because the MNIST model is quite small and overparametrized.\n",
602602
"\n",
603603
"First, define a generator for the callibration dataset from the first 1000 training images."
604604
]

0 commit comments

Comments
 (0)