tensorflow / model-optimization

A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.
https://www.tensorflow.org/model_optimization
Apache License 2.0
1.49k stars 319 forks source link

Added missing link to blogpost on collaborative technique. #961

Closed wwwind closed 2 years ago

wwwind commented 2 years ago

The main page on model optimizations on tensorflow.org https://www.tensorflow.org/model_optimization

is missing the link to the released blogpost on collaborative techniques: https://blog.tensorflow.org/2021/10/Collaborative-Optimizations.html

This PR adds the missing link.