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
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.
The text was updated successfully, but these errors were encountered:
This line is in the SeqLSTM docs:
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.
The text was updated successfully, but these errors were encountered: