-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
rename Model steps #1051
Merged
Merged
rename Model steps #1051
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
4972608
training_end renamed to training_step_end
williamFalcon 738692c
training_end renamed to training_step_end
williamFalcon 84560fd
training_end renamed to training_step_end
williamFalcon a3dbe56
training_end renamed to training_step_end
williamFalcon 165ca51
training_end to training_step_end
williamFalcon 890364e
training_end to training_step_end
williamFalcon f76fdb8
training_end to training_step_end
williamFalcon 39b66c3
training_end to training_step_end
williamFalcon e7e1ce9
fix lost model reference
williamFalcon 9db4d1f
training_end to training_step_end
williamFalcon e13beac
training_end to training_step_end
williamFalcon 684fc47
training_end to training_step_end
williamFalcon c508dfb
training_end to training_step_end
williamFalcon 8b8679c
training_end to training_step_end
williamFalcon 2afc704
training_end to training_step_end
williamFalcon 697cb5d
training_end to training_step_end
williamFalcon 4938b81
training_end to training_step_end
williamFalcon 78e2435
training_end to training_step_end
williamFalcon 8d980a9
training_end to training_step_end
williamFalcon bfa3fdd
training_end to training_step_end
williamFalcon 77baa64
training_end to training_step_end
williamFalcon 3f7d5e0
training_end to training_step_end
williamFalcon b13b348
training_end to training_step_end
williamFalcon e3ac274
training_end to training_step_end
williamFalcon 0a27d95
training_end to training_step_end
williamFalcon a106c47
training_end to training_step_end
williamFalcon bc4db9f
training_end to training_step_end
williamFalcon 8199a73
training_end to training_step_end
williamFalcon aa97340
training_end to training_step_end
williamFalcon 8568674
training_end to training_step_end
williamFalcon b964b70
training_end to training_step_end
williamFalcon 5a9e405
training_end to training_step_end
williamFalcon 2184e52
training_end to training_step_end
williamFalcon c56b09c
training_end to training_step_end
williamFalcon f687043
training_end to training_step_end
williamFalcon a401841
training_end to training_step_end
williamFalcon 7268839
training_end to training_step_end
williamFalcon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 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 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
Oops, something went wrong.
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.
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.
Perhaps these should say
validation_epoch_end
orvalidation_step_end
?