-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Iteration related Events #3019
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Feb 15, 2024
b-chu
force-pushed
the
spr/dev/5d87db4b
branch
from
February 15, 2024 23:27
0de565e
to
159a919
Compare
b-chu
force-pushed
the
spr/dev/26924316
branch
2 times, most recently
from
February 15, 2024 23:33
dd3ed43
to
8e50819
Compare
b-chu
force-pushed
the
spr/dev/5d87db4b
branch
2 times, most recently
from
February 16, 2024 00:30
4109fa9
to
ff289ea
Compare
b-chu
force-pushed
the
spr/dev/26924316
branch
2 times, most recently
from
February 16, 2024 00:40
d173b20
to
2b2da38
Compare
b-chu
force-pushed
the
spr/dev/5d87db4b
branch
2 times, most recently
from
February 16, 2024 00:47
ce8f8ae
to
70a4d88
Compare
b-chu
force-pushed
the
spr/dev/26924316
branch
from
February 16, 2024 00:47
2b2da38
to
1e7b861
Compare
b-chu
force-pushed
the
spr/dev/5d87db4b
branch
from
February 16, 2024 23:07
70a4d88
to
b0f30a0
Compare
b-chu
force-pushed
the
spr/dev/26924316
branch
from
February 16, 2024 23:07
1e7b861
to
1f1ca04
Compare
b-chu
force-pushed
the
spr/dev/26924316
branch
2 times, most recently
from
March 1, 2024 17:50
f46c7c4
to
f0375f8
Compare
This was referenced Mar 1, 2024
Adds ITERATION_START, ITERATION_END, and ITERATION_CHECKPOINT to Event, Engine, and Callback. commit-id:26924316
mvpatel2000
reviewed
Mar 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're missing adding it to trainer if you are going to add to docs. I would recommend one PR please given the change is relatively small and flattening things a bit
Closing pull request: commit has gone away |
Flattening into #3076 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds ITERATION_START, ITERATION_END, and ITERATION_CHECKPOINT to Event,
Engine, and Callback.
Stack:
What issue(s) does this change relate to?
Before submitting
pre-commit
on your change? (see thepre-commit
section of prerequisites)