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
Hi, the first example contains this line: new_states = stacked_rnn.forward(x, prev_hiddens, dropout)
But there is no mention of stacked_rrn variable anywhere.
Also there is no mention of dynamics from line: return [dynamics(x, new_states[-1])] + new_states[:-1]
The text was updated successfully, but these errors were encountered:
Hi, the first example contains this line:
new_states = stacked_rnn.forward(x, prev_hiddens, dropout)
But there is no mention of stacked_rrn variable anywhere.
Also there is no mention of dynamics from line:
return [dynamics(x, new_states[-1])] + new_states[:-1]
The text was updated successfully, but these errors were encountered: