scaled batch size
This commit is contained in:
parent
9ee8f93483
commit
7123dfeaf5
|
@ -693,6 +693,6 @@ class Trainer(TrainerIO):
|
|||
self.prog_bar.set_postfix(**tqdm_metrics)
|
||||
|
||||
# model checkpointing
|
||||
print('save callback...')
|
||||
if self.proc_rank == 0:
|
||||
print('save callback...')
|
||||
self.checkpoint_callback.on_epoch_end(epoch=self.current_epoch, logs=self.__tng_tqdm_dic)
|
Loading…
Reference in New Issue