Skip to content

Commit

Permalink
add clean checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
seiriosPlus committed May 23, 2018
1 parent cf3fb24 commit 2c47e06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/paddle/fluid/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
__all__ = [
'save_vars', 'save_params', 'save_persistables', 'load_vars', 'load_params',
'load_persistables', 'save_inference_model', 'load_inference_model',
'get_inference_program', 'save_checkpoint', 'load_checkpoint'
'get_inference_program', 'save_checkpoint', 'load_checkpoint',
'clean_checkpoint'
]


Expand Down

0 comments on commit 2c47e06

Please sign in to comment.