File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
tensorflow_model_optimization/g3doc/guide/pruning Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,12 @@ This technique brings improvements via model compression. In the future,
1818framework support for this technique will provide latency improvements. We've
1919seen up to 6x improvements in model compression with minimal loss of accuracy.
2020
21- The technique is used in production in various speech applications, such as
21+ The technique is being evaluated in various speech applications, such as
2222speech recognition and text-to-speech, and has been experimented on across
2323various vision and translation models.
2424
25- <!-- TODO: TF 1.14 ... TODO: roadmap ok? -->
26-
2725Users can apply this technique using APIs for Keras on Tensorflow 1.x for
28- versions 1.14+ in both graph and eager execution.
26+ versions 1.14+ and nightly in both graph and eager execution.
2927
3028Note: The pruning API is only compatible with ` tf.distribute ` when using graph
3129execution. It is on our roadmap to bring full support to TF 2.x and eager
You can’t perform that action at this time.
0 commit comments