Closed terrykong closed 1 week ago
pad_length_to_multiple_of
>0
==0
Needed for:
# Add a code snippet demonstrating how to use this
Pre checks:
max_steps=-1
validation
What does this PR do ?
pad_length_to_multiple_of
will pad all minibatches to the same length if>0
. If==0
, the behavior is the same as before.Needed for:
Rebase stack
Changelog
Usage
Before your PR is "Ready for review"
Pre checks:
Checklist when contributing a new algorithm
max_steps=-1
andvalidation
?Additional Information