Skip to content

Commit

Permalink
Update Tutorial.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich committed Aug 14, 2020
1 parent bfbec55 commit 13e8191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@
" dx2 = 0\n",
" \n",
" #run backward\n",
" dy,dx2 = sum_vjp(y,x1, dy, dx2, dz)\n",
" dy,dx2 = sum_vjp(y,x1, dy, dx1, dz)\n",
" dx1,dx2 = mul_vjp(x1,x2, dx1, dx2, dy)\n",
" return z,[dx1,dx2]"
]
Expand Down

0 comments on commit 13e8191

Please sign in to comment.