-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 checkpoint util class and implement #10532
Merged
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
568a329
add checkpoint util class and implement
seiriosPlus 1fabbba
modify const to const &
seiriosPlus 77c6b71
add ckpt to sync loop
seiriosPlus b81671e
add ckpt attr to pserver python config
seiriosPlus e21a72d
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into checkpoint
seiriosPlus 2a05b3d
delete checkpoint function
seiriosPlus 87a0856
add checkpoint save op
seiriosPlus dc534fc
add checkpoint save op test
seiriosPlus 802d10c
rename cpkt_save_op
seiriosPlus d1bd3fd
add build and test make
seiriosPlus 5e74db3
add build and test make
seiriosPlus a1419f1
test add op declare
seiriosPlus 461d2fc
rename ckpt -> checkpoint
seiriosPlus 2f4c039
rename, modify ckpt structure
seiriosPlus 38596cf
move file_path to dir
seiriosPlus ce1bcc9
add op to framework.py
seiriosPlus 3c82006
remove overwrite judge to test load
seiriosPlus f04b23a
add checkpoint_load, update checkpoint save
seiriosPlus c80125f
add checkpoint_load to python framework
seiriosPlus 2e25e73
write checkpoint_load code simply
seiriosPlus 30b50dc
fix Serial output type
seiriosPlus 0334d49
fix bug
seiriosPlus d081256
add api in distribute transpiler
seiriosPlus 886897c
load implement
seiriosPlus 9cf47af
modify get trainer param
seiriosPlus c6f042f
modify load op
seiriosPlus b677d82
bug fix
seiriosPlus 744e95d
add ckpt load
seiriosPlus 955c793
add X to test
seiriosPlus 3dd2746
modify Get -> GetMutable
seiriosPlus 4220b31
update pserver startup
seiriosPlus 6d53dce
optimized checkpoint serial number and folder
seiriosPlus 8430c8d
remove boost filesystem
seiriosPlus 7b6c0ab
modify variable point
seiriosPlus f9d4b9d
fix auto serial_num has no initializer
seiriosPlus a4fd375
bug fix
seiriosPlus f688652
bug fix
seiriosPlus 821acdb
update op to trianer and pserver
seiriosPlus eff92d0
merge develop
seiriosPlus cd98f2b
bug fix
seiriosPlus dbd0237
fix serial number
seiriosPlus 22df4c2
fix serial number
seiriosPlus d98480c
fix serial number
seiriosPlus ee91e48
fix serial number
seiriosPlus b6ee59a
optimize python checkpint dir config
seiriosPlus e130bf3
optimize python checkpint dir config
seiriosPlus 5451c78
add checkpoint in io
seiriosPlus 01975ec
add checkpoint in io
seiriosPlus ed2129c
revert distribute_transpiler.py
seiriosPlus be05056
delete old checkpoint code
seiriosPlus 06aa23b
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into checkpoint
seiriosPlus 2412dee
code optimized
seiriosPlus e901de6
update var name
seiriosPlus 27b7175
update python annotation
seiriosPlus 9d98534
update annotation grammar
seiriosPlus d96b442
rename checkpoint folder to checkpoint_serial
seiriosPlus 192f9a5
bug fix
seiriosPlus cf3fb24
add clean checkpoint
seiriosPlus 2c47e06
add clean checkpoint
seiriosPlus 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
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.
This change may not be nessesary.
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 am sorry about it, I will revert it later.