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

Batch first in LSTM #40

Open
DenisDsh opened this issue Aug 2, 2018 · 0 comments
Open

Batch first in LSTM #40

DenisDsh opened this issue Aug 2, 2018 · 0 comments

Comments

@DenisDsh
Copy link

DenisDsh commented Aug 2, 2018

In the LSTM documentation is specified that we should feed to the RNN inputs of shape (seq_len, batch, input_size) however it seems to me that we are feeding inputs with shape (batch, seq_len, input_size).

Therefore I believe that the parameter batch_first should be set True.

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