@@ -30,12 +30,12 @@ clustering doesn't preserve the sparsity introduced by the pruning API. To solve
3030this problem, we introduce the following experimental collaborative optimization
3131techniques:
3232
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 )
3535 (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 )
3737 (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 )
3939
4040These provide several deployment paths that could be used to compress a machine
4141learning model and to take advantage of hardware acceleration at inference time.
@@ -108,5 +108,11 @@ 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
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