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
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: