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 RNNclassification code, Why LSTM do not transmit hidden_state r_out, (h_n, h_c) = self.rnn(x, None)?
Can i play the same operation like RNNregression to transmit hidden_state?
The text was updated successfully, but these errors were encountered:
huangJC0429
changed the title
why LSTM don't transmit hidden_state, but RNN will?
why LSTM don't transmit hidden_state, but RNN can?
Aug 22, 2020
In RNNclassification code, Why LSTM do not transmit hidden_state
r_out, (h_n, h_c) = self.rnn(x, None)
?Can i play the same operation like RNNregression to transmit hidden_state?
The text was updated successfully, but these errors were encountered: