We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d568533 commit 410d67fCopy full SHA for 410d67f
pytorch_lightning/loggers/tensorboard.py
@@ -217,7 +217,7 @@ def save(self) -> None:
217
hparams_file = os.path.join(dir_path, self.NAME_HPARAMS_FILE)
218
219
# save the metatags file if it doesn't exist
220
- if not os.path.isfile(hparams_file):
+ if not self._fs.isfile(hparams_file):
221
save_hparams_to_yaml(hparams_file, self.hparams)
222
223
@rank_zero_only
0 commit comments