dmlc / minpy

NumPy interface with mixed backend execution
https://minpy.readthedocs.io/en/latest/
Other
1.11k stars 112 forks source link

Typo Error in the Autograd Section of MinPy Tutorial #172

Closed X-czh closed 7 years ago

X-czh commented 7 years ago

Hi! I was reading the MinPy tutorial, and found a typo error in the Autograd section, which is shown in the attached picture:

default

Here, it should be d_3_foo = grad(d_foo2) instead of d_3_foo = grad(d_foo), as d_3_foo is the derivative of d_2_foo, and is therefore a second order derivative of d_foo.

Taco-W commented 7 years ago

Thank you and sorry for the late response. It's corrected now.