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 ed57b37 commit 290793eCopy full SHA for 290793e
tensorflow_model_optimization/g3doc/guide/combine/cqat_example.ipynb
@@ -252,8 +252,8 @@
252
"\n",
253
"clustering_params = {\n",
254
" 'number_of_clusters': 8,\n",
255
- " 'cluster_centroids_init': CentroidInitialization.KMEANS_PLUS_PLUS\n",
256
- " 'cluster_per_channel': True,\n",
+ " 'cluster_centroids_init': CentroidInitialization.KMEANS_PLUS_PLUS,\n",
+ " 'cluster_per_channel': True,\n",
257
"}\n",
258
259
"clustered_model = cluster_weights(model, **clustering_params)\n",
@@ -676,6 +676,7 @@
676
"colab": {
677
"collapsed_sections": [],
678
"name": "cqat_example.ipynb",
679
+ "provenance": [],
680
"toc_visible": true
681
},
682
"kernelspec": {
0 commit comments