How to handle variable length inputs (sentences)

This link might help you with using pack_padded_sequence and pad_packed_sequence. The implementation is a bit trivial, but it simplifies things a lot.

1 Like