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
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
The text was updated successfully, but these errors were encountered:
In class EncoderRNN, there is a statement :
The text was updated successfully, but these errors were encountered: