Skip to content

Commit 54371fe

Browse files
Fix confusing run-on sentence
1 parent 3888bcd commit 54371fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/pruning_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
known to use efficient sparse connectivity. Identifying optimal
1010
techniques to compress models by reducing the number of parameters in them is
1111
important in order to reduce memory, battery, and hardware consumption without
12-
sacrificing accuracy, deploy lightweight models on device, and guarantee
12+
sacrificing accuracy. This in turn allows you to deploy lightweight models on device, and guarantee
1313
privacy with private on-device computation. On the research front, pruning is
1414
used to investigate the differences in learning dynamics between
1515
over-parametrized and under-parametrized networks, to study the role of lucky

0 commit comments

Comments
 (0)