oreilly-japan / deep-learning-from-scratch

『ゼロから作る Deep Learning』(O'Reilly Japan, 2016)
MIT License
3.99k stars 3.34k forks source link

fix dimension of argument for numerical_gradient() #37

Closed yanzm closed 5 years ago

yanzm commented 5 years ago

the dimension of x for _numerical_gradient_no_batch() should be (2,), but current dimension is (324,).

koki0702 commented 5 years ago

Thank you Again!