Skip to content

Commit f4e2170

Browse files
re9ulussimflin
authored andcommitted
Fix misleading comment in ADAM task. (yandexdataschool#24)
1 parent 3d84029 commit f4e2170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homework01/homework_modules.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@
957957
" # update `current_var_first_moment`, `var_second_moment` and `current_var` values\n",
958958
" #np.add(... , out=var_first_moment)\n",
959959
" #np.add(... , out=var_second_moment)\n",
960-
" #current_grad -= ...\n",
960+
" #current_var -= ...\n",
961961
" \n",
962962
" # small checks that you've updated the state; use np.add for rewriting np.arrays values\n",
963963
" assert var_first_moment is state['m'].get(var_index)\n",

0 commit comments

Comments
 (0)