提交 5c8397a8 编写于 作者: T tangwei12

remove chief in test

上级 9e026a93
......@@ -66,9 +66,9 @@ class TestCheckpoint(unittest.TestCase):
exe = fluid.Executor(self.place)
for i in xrange(10):
fluid.io.save_checkpoint(
exe, config.checkpoint_dir, self.trainer_id, self.chief,
trainer_args, program, config.max_num_checkpoints)
fluid.io.save_checkpoint(exe, config.checkpoint_dir,
self.trainer_id, trainer_args, program,
config.max_num_checkpoints)
if __name__ == '__main__':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册