Skip to content

Commit 10fd9f8

Browse files
alanchiaotensorflower-gardener
authored andcommitted
Update docs to say pruning is 2.X ready and move to 0.2.0.
PiperOrigin-RevId: 286051774
1 parent dbae704 commit 10fd9f8

File tree

1 file changed

+1
-2
lines changed
  • tensorflow_model_optimization/g3doc/guide/pruning

1 file changed

+1
-2
lines changed

tensorflow_model_optimization/g3doc/guide/pruning/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ various vision and translation models.
2626
Users can apply pruning with the following APIs:
2727

2828
* Model building: `tf.keras` with only Sequential and Functional models
29-
* TensorFlow versions: TF 1.x for versions 1.14+
29+
* TensorFlow versions: TF 1.x for versions 1.14+ and 2.x.
3030
* TensorFlow execution mode: both graph and eager
3131
* Distributed training: `tf.distribute` with only graph execution
3232

3333
It is on our roadmap to add support in the following areas:
34-
* TF 2.x (moderate testing has been done)
3534
* [Minimal Subclassed model support](https://github.com/tensorflow/model-optimization/issues/155)
3635

3736
## Results

0 commit comments

Comments
 (0)