composer
composer copied to clipboard
Remove unnecessary pad token
trafficstars
What does this PR do?
Instead of padding till max_seq_len, use the maximum length of the batch.
I have provided a simple and concise solution.
What issue(s) does this change relate to?
- Fixes #2421