formatting

This commit is contained in:
William Falcon 2019-08-04 13:06:25 -05:00
parent 181d69a727
commit 40e5f1b4c8
1 changed files with 1 additions and 1 deletions

View File

@ -885,4 +885,4 @@ class Trainer(TrainerIO):
# model checkpointing # model checkpointing
if self.proc_rank == 0 and self.checkpoint_callback is not None: if self.proc_rank == 0 and self.checkpoint_callback is not None:
print('save callback...') print('save callback...')
self.checkpoint_callback.on_epoch_end(epoch=self.current_epoch, logs=self.__tng_tqdm_dic) self.checkpoint_callback.on_epoch_end(epoch=self.current_epoch, logs=self.__tng_tqdm_dic)