We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbae704 commit 10fd9f8Copy full SHA for 10fd9f8
tensorflow_model_optimization/g3doc/guide/pruning/index.md
@@ -26,12 +26,11 @@ various vision and translation models.
26
Users can apply pruning with the following APIs:
27
28
* Model building: `tf.keras` with only Sequential and Functional models
29
-* TensorFlow versions: TF 1.x for versions 1.14+
+* TensorFlow versions: TF 1.x for versions 1.14+ and 2.x.
30
* TensorFlow execution mode: both graph and eager
31
* Distributed training: `tf.distribute` with only graph execution
32
33
It is on our roadmap to add support in the following areas:
34
-* TF 2.x (moderate testing has been done)
35
* [Minimal Subclassed model support](https://github.com/tensorflow/model-optimization/issues/155)
36
37
## Results
0 commit comments