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

seqlstm.batchfirst = true doesn't actually do anything #47

Open
SineSwiper opened this issue Dec 8, 2018 · 0 comments
Open

seqlstm.batchfirst = true doesn't actually do anything #47

SineSwiper opened this issue Dec 8, 2018 · 0 comments

Comments

@SineSwiper
Copy link

This line is in the SeqLSTM docs:

Note that if you prefer to transpose the first two dimension (that is, batchsize x seqlen
instead of the default seqlen x batchsize) you can set seqlstm.batchfirst = true
following initialization.

However, there is no such value anywhere in the code. The SeqLSTM.lua code always assumes the seqlen is first, and the batchsize is second.

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