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
<!-- markdownlint-disable -->
PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS (AT
THE BOTTOM) HAVE BEEN CONSIDERED.
## Purpose
Late in epoch graph recompiles can cause training to crash after a
substantial number of batches have been processed. This pr works to
decrease these occurrences and also reduce the number of graph breaks in
the compiled code.
## Related Issue
<!--- Link related issue if applicable -->
I think this should resolve#544.
## Tests
<!--- Please describe in detail how you tested your changes. -->
Will add some tests to this pr.
I have filled in:
- [x] The purpose of the PR, such as "Fix some issue (link existing
issues this PR will resolve)".
- [x] The test plan/results, such as providing test command and pasting
the results.
- [ ] (Optional) The necessary documentation update.
- [x] I (a human) have written or reviewed the code in this pr to the
best of my ability.
---------
Signed-off-by: Fynn Schmitt-Ulms <fschmitt@redhat.com>
0 commit comments