Skip to content

Commit 2c47e06

Browse files
committed
add clean checkpoint
1 parent cf3fb24 commit 2c47e06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/paddle/fluid/io.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
__all__ = [
2424
'save_vars', 'save_params', 'save_persistables', 'load_vars', 'load_params',
2525
'load_persistables', 'save_inference_model', 'load_inference_model',
26-
'get_inference_program', 'save_checkpoint', 'load_checkpoint'
26+
'get_inference_program', 'save_checkpoint', 'load_checkpoint',
27+
'clean_checkpoint'
2728
]
2829

2930

0 commit comments

Comments
 (0)