Update tensorboard.py (#3920)

This commit is contained in:
ananthsub 2020-10-06 17:34:15 -07:00 committed by GitHub
parent 4cd14c4237
commit 6c47535de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ class TensorBoardLogger(LightningLoggerBase):
@rank_zero_only
def finalize(self, status: str) -> None:
self.experiment.flush()
self.save()
@property