Skip to content

Commit 7ceff63

Browse files
Write and publish PCQAT e2e example
*Also includes a minor update to the overview page Change-Id: Ifab0b7b8040e33ebadd2a00be2295d92b85eac8e
1 parent 18e87d2 commit 7ceff63

File tree

2 files changed

+660
-3
lines changed

2 files changed

+660
-3
lines changed

tensorflow_model_optimization/g3doc/guide/combine/collaborative_optimization.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ techniques:
3535
(PQAT)
3636
* [Cluster preserving quantization aware training](https://github.com/tensorflow/model-optimization/pull/617)
3737
(CQAT)
38-
* Sparsity and cluster preserving quantization aware training (PCQAT) - WIP
38+
* [Sparsity and cluster preserving quantization aware training](https://github.com/tensorflow/model-optimization/pull/699) (PCQAT)
3939

4040
These provide several deployment paths that could be used to compress a machine
4141
learning model and to take advantage of hardware acceleration at inference time.
@@ -108,5 +108,4 @@ with PQAT and CQAT collaborative optimization paths.
108108

109109
## Examples
110110

111-
End-to-end example of the different deployment paths will be added in the
112-
future.
111+
For end-to-end examples of the collaborative optimization techniques described here, please refer to the [CQAT](https://www.tensorflow.org/model_optimization/guide/combine/cqat_example), [PQAT](https://www.tensorflow.org/model_optimization/guide/combine/pqat_example), [sparsity-preserving clustering](https://www.tensorflow.org/model_optimization/guide/combine/sparse_clustering_example), and [PCQAT](https://www.tensorflow.org/model_optimization/guide/combine/pcqat_example) example notebooks.

0 commit comments

Comments
 (0)