Missing L.backward() before constructing graph
Closed this issue · 1 comments
arun477 commented
In notebook micrograd_lecture_first_half_roughly.ipynb
L.backward() is missing before creating graph draw_dot(L)
because of this gradient is not showing up.
arun477 commented
this is used for lecture walk-through.