Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why LSTM don't transmit hidden_state, but RNN can? #92

Open
huangJC0429 opened this issue Aug 22, 2020 · 0 comments
Open

why LSTM don't transmit hidden_state, but RNN can? #92

huangJC0429 opened this issue Aug 22, 2020 · 0 comments

Comments

@huangJC0429
Copy link

huangJC0429 commented 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?

@huangJC0429 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant