Skip to content

Commit f2a2e2e

Browse files
seancchoWindQAQ
authored andcommitted
Small typo (#345)
1 parent 98ae65b commit f2a2e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/optimizers_lazyadam.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"source": [
9191
"# LazyAdam\n",
9292
"\n",
93-
"> LazyAdam is a variant of the Adam optimizer that handles sparse updates moreefficiently.\n",
93+
"> LazyAdam is a variant of the Adam optimizer that handles sparse updates more efficiently.\n",
9494
" The original Adam algorithm maintains two moving-average accumulators for\n",
9595
" each trainable variable; the accumulators are updated at every step.\n",
9696
" This class provides lazier handling of gradient updates for sparse\n",

0 commit comments

Comments
 (0)