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
When using SequenceLabeler, the max_length argument must be unset for the underlying encoder (or input_sequence). Otherwise, there will be a shape mismatch in SequenceLabeler.cost for longer training sequences.
This is an ok behaviour, however, there is no indication of this requirement (warning, etc.) which can be quite confusing for the user.
The text was updated successfully, but these errors were encountered:
When using SequenceLabeler, the max_length argument must be unset for the underlying encoder (or input_sequence). Otherwise, there will be a shape mismatch in SequenceLabeler.cost for longer training sequences.
This is an ok behaviour, however, there is no indication of this requirement (warning, etc.) which can be quite confusing for the user.
The text was updated successfully, but these errors were encountered: