I keep getting Wrong values for y_pred. I am calling the previous function rnn_cell_forward using as parameter x[:,:,t], but it seems to obtain the wrong value.
Anyone knows what might be wrong here?
I keep getting Wrong values for y_pred. I am calling the previous function rnn_cell_forward using as parameter x[:,:,t], but it seems to obtain the wrong value.
Anyone knows what might be wrong here?
There are lots of other details that matter here besides the first (of three) arguments you pass to rnn_cell_forward.