lium-lst / nmtpytorch

Sequence-to-Sequence Framework in PyTorch
Other
392 stars 51 forks source link

max_trg_len is actually max_src_len #10

Closed ozancaglayan closed 6 years ago

ozancaglayan commented 6 years ago

Now that the batch ordering is switched to source length, max_len filtering should be done earlier, in a more robust way.