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

the shape should be (batch_size, seq_len, embedding_dimensions) #9

Open
JBoRu opened this issue Oct 11, 2019 · 0 comments
Open

the shape should be (batch_size, seq_len, embedding_dimensions) #9

JBoRu opened this issue Oct 11, 2019 · 0 comments

Comments

@JBoRu
Copy link

JBoRu commented Oct 11, 2019

hello, i want to ask why the input word embeddings shape is (seq, batch_size, emb_dim)? i think it is should be  (batch_size, seq_len, emb_dim).
The batch_size represent the number of  sentense, and the seq represent the length of each sentense.
@JBoRu JBoRu changed the title the shape should be (batch_size, seq_len, embeding_dimension) the shape should be (batch_size, seq_len, embedding_dimensions) Oct 11, 2019
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