Skip to content

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

@SineSwiper

Description

@SineSwiper

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions