You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In _backpropagate() function,I saw that there 's only dE_dz_y[range(len(output_word_index)), output_word_index] -= 1.. I have no idea that how you get the CrossEntropy, and is this a trick for backpropagating?
In _backpropagate() function,I saw that there 's only
dE_dz_y[range(len(output_word_index)), output_word_index] -= 1.. I have no idea that how you get the CrossEntropy, and is this a trick for backpropagating?