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
enforce_sorted (bool, optional) – if True, the input is expected to contain sequences sorted by length in a decreasing order. If False, this condition is not checked. Default: True.
Thanks for the great tutorial!
The text was updated successfully, but these errors were encountered:
As of PyTorch 1.1.0, the inputs to
pack_padded_sequence
do not need to be sorted by length ifenforce_sorted=False
:https://pytorch.org/docs/master/nn.html#torch.nn.utils.rnn.pack_padded_sequence
Thanks for the great tutorial!
The text was updated successfully, but these errors were encountered: