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,
18
18
framework support for this technique will provide latency improvements. We've
19
19
seen up to 6x improvements in model compression with minimal loss of accuracy.
20
20
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
22
22
speech recognition and text-to-speech, and has been experimented on across
23
23
various vision and translation models.
24
24
25
- <!-- TODO: TF 1.14 ... TODO: roadmap ok? -->
26
-
27
25
Users 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.
29
27
30
28
Note: The pruning API is only compatible with ` tf.distribute ` when using graph
31
29
execution. 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