Skip to content

Commit ec43970

Browse files
fredrectensorflower-gardener
authored andcommitted
Fix typo.
PiperOrigin-RevId: 378785927
1 parent e9c1d33 commit ec43970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_model_optimization/python/core/sparsity/keras/tools/evaluate_pruning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
This tool is intented to produce sparsified models for evaluating the
2121
performance benefits (model size, inference time, …) of pruning. Since the
22-
sparsity is applied in one shot, without retrainig, the accuracy of the
22+
sparsity is applied in one shot, without retraining, the accuracy of the
2323
resulting model will be severly degraded.
2424
"""
2525

0 commit comments

Comments
 (0)