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 support for Conv1DTranspose + tests. #952

Closed wwwind closed 2 years ago

wwwind commented 2 years ago

Added support for clustering of Conv1DTranspose layer + a set of unit tests.

Feature requested at this issue https://github.com/tensorflow/model-optimization/issues/940