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 pack_padded_sequence does not use parameter batch_first=True? #1

Open
zqudm opened this issue Oct 15, 2019 · 0 comments
Open

why pack_padded_sequence does not use parameter batch_first=True? #1

zqudm opened this issue Oct 15, 2019 · 0 comments

Comments

@zqudm
Copy link

zqudm commented Oct 15, 2019

In class EncoderRNN, there is a statement :

 packed_emb=nn.utils.rnn.pack_padded_sequence(emb,lengths) 

why pack_padded_sequence does not use parameter batch_first=True?  your lstm model has the parameter batch_first=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