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
{{ message }}
This repository was archived by the owner on Jul 7, 2023. It is now read-only.
Fix two bugs : 1. Add decode_list in ClassLabelEncoder, 2. Fix the bug for language model problem's beam search (#679)
* 1. add decode_list for ClassLabelEncoder
2. For language model problem(with no inputs), fix the wrong beam_size
searching in Transformer model.
* Make the transformer as the original one
0 commit comments