Skip to content

Commit

Permalink
forgot status
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaton committed Feb 17, 2021
1 parent e4a956d commit 23a594e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/plugins/training_type/tpu_spawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def __load_weights_on_main_process(self) -> None:

def _close_logger(self, trainer) -> None:
if hasattr(trainer, "logger"):
trainer.logger.finalize()
trainer.logger.finalize("success")

@property
def xmp_spawn_kwargs(self):
Expand Down

0 comments on commit 23a594e

Please sign in to comment.