Update tensorboard.py (#3920)
This commit is contained in:
parent
4cd14c4237
commit
6c47535de8
|
@ -221,6 +221,7 @@ class TensorBoardLogger(LightningLoggerBase):
|
|||
|
||||
@rank_zero_only
|
||||
def finalize(self, status: str) -> None:
|
||||
self.experiment.flush()
|
||||
self.save()
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in New Issue