-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
[train] Storage refactor: Support PBT and BOHB #38736
Merged
zhe-thoughts
merged 51 commits into
ray-project:master
from
krfricke:tune/pbt-bohb-pause
Aug 25, 2023
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
fa992fc
Adjust save_checkpoint API
f0f0f41
more
77be920
fix test
c2c6073
Merge remote-tracking branch 'upstream/master' into tune/storage-pbt
711eefa
Update typehints
8bcc82e
Merge remote-tracking branch 'upstream/master' into tune/storage-pbt
80ec41e
Merge branch 'master' into tune/storage-pbt
964247e
undo pause logic
33e896f
Merge branch 'master' into tune/pbt-bohb-pause
863ec03
resolve future
a2eb589
Pausing
9af362e
skip memory test
0a98a16
typo
789752b
Overwrite trial restore path
965f3db
Merge branch 'master' into tune/pbt-bohb-pause
fa89632
default 0
190df4f
[train/tune] Remove save_to_object/restore_from_object
138f92d
Fixes
b674dd2
avoid variable name conflict
b0a1e57
Merge remote-tracking branch 'upstream/master' into tune/remove-save-…
e6ac302
fix last test
55f1b84
Merge remote-tracking branch 'upstream/master' into tune/pbt-bohb-pause
4b624c5
Merge branch 'tune/remove-save-restore-obj' into tune/pbt-bohb-pause
8c87077
fix last test
11966c0
Merge remote-tracking branch 'upstream/master' into tune/pbt-bohb-pause
40819b0
bohb unpause
031ea23
pbt tests for storage
209ff6a
fix checkpoint test
d6839b6
more fixes
8484c5a
Merge remote-tracking branch 'upstream/master' into tune/pbt-bohb-pause
101d053
Fix hashing
0625416
exclude pbt_transformers
14f2d42
default 0
04f7c66
fix examples
75cdcbd
fix some tests
0b2ee3f
Merge remote-tracking branch 'upstream/master' into tune/pbt-bohb-pause
359aaad
review
2515831
Remove changes to old codepath
7769bae
Merge remote-tracking branch 'upstream/master' into tune/pbt-bohb-pause
9fc4cc6
remove empty pipeline
6cbece0
Cache decision in pause
9ae6dfd
Exploit
9572d03
Fix trial.checkpoint
77b4ae9
fix tests
c3bf12b
review
80e8a6d
Revert
d490db5
Merge remote-tracking branch 'upstream/master' into tune/pbt-bohb-pause
25927f7
Merge branch 'master' into tune/pbt-bohb-pause
krfricke f697157
Merge remote-tracking branch 'upstream/master' into tune/pbt-bohb-pause
af8e44c
Update build files, resolve merge logic conflict
3ba628e
Merge remote-tracking branch 'origin/tune/pbt-bohb-pause' into tune/p…
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
Overwrite trial restore path
Signed-off-by: Kai Fricke <kai@anyscale.com>
- Loading branch information
There are no files selected for viewing
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
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
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.
I don't think new codepath needs this
next_restore
, can removeThe new checkpoint manager doesn't have ids for training results anymore - just holds onto the latest checkpoint as a property.