@@ -30,12 +30,12 @@ clustering doesn't preserve the sparsity introduced by the pruning API. To solve
30
30
this problem, we introduce the following experimental collaborative optimization
31
31
techniques:
32
32
33
- * [ Sparsity preserving clustering] ( https://github.com/ tensorflow/model-optimization/pull/520 )
34
- * [ Sparsity preserving quantization aware training] ( https://github.com/ tensorflow/model-optimization/pull/568 )
33
+ * [ Sparsity preserving clustering] ( https://www. tensorflow.org/model_optimization/guide/combine/sparse_clustering_example )
34
+ * [ Sparsity preserving quantization aware training] ( https://www. tensorflow.org/model_optimization/guide/combine/pqat_example )
35
35
(PQAT)
36
- * [ Cluster preserving quantization aware training] ( https://github.com/ tensorflow/model-optimization/pull/617 )
36
+ * [ Cluster preserving quantization aware training] ( https://www. tensorflow.org/model_optimization/guide/combine/cqat_example )
37
37
(CQAT)
38
- * Sparsity and cluster preserving quantization aware training (PCQAT) - WIP
38
+ * [ Sparsity and cluster preserving quantization aware training] ( https://www.tensorflow.org/model_optimization/guide/combine/pcqat_example )
39
39
40
40
These provide several deployment paths that could be used to compress a machine
41
41
learning model and to take advantage of hardware acceleration at inference time.
@@ -108,5 +108,11 @@ with PQAT and CQAT collaborative optimization paths.
108
108
109
109
## Examples
110
110
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
112
+ here, please refer to the
113
+ [ CQAT] ( https://www.tensorflow.org/model_optimization/guide/combine/cqat_example ) ,
114
+ [ PQAT] ( https://www.tensorflow.org/model_optimization/guide/combine/pqat_example ) ,
115
+ [ sparsity-preserving clustering] ( https://www.tensorflow.org/model_optimization/guide/combine/sparse_clustering_example ) ,
116
+ and
117
+ [ PCQAT] ( https://www.tensorflow.org/model_optimization/guide/combine/pcqat_example )
118
+ example notebooks.
0 commit comments