Skip to content

Commit

Permalink
file path can not be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
seiriosPlus committed Jun 25, 2018
1 parent dc847f1 commit 33ff69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/fluid/transpiler/distribute_transpiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ def _create_checkpoint_save_block(self, pserver_program, pre_block_idx):
type='save',
inputs={'X': [self.table_name]},
outputs={},
attrs={'file_path': ""})
attrs={'file_path': "none"})

return checkpoint_save_block.idx

Expand Down

0 comments on commit 33ff69b

Please sign in to comment.