Open Emilkj opened 4 years ago
Is it right, when i update parameters like this? weigth[1:] += - delta_w weigth[0] += eta*bias
The problem is, that i get an error which accelerates towards infinity in 11.1.7.
@Emilkj , it is hard to tell when you do not send all your code :D How is delta_w defined? How about bias? Send the code :)
delta_w
bias
Is it right, when i update parameters like this? weigth[1:] += - delta_w weigth[0] += eta*bias
The problem is, that i get an error which accelerates towards infinity in 11.1.7.