-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TensorBoardLogger sub_dir parameter for grouping logs (#6195)
* fixed a small typo * cleaning up * added sub_dir argument to tensorboard and wrote test * sub dir arg exclusively for tensorboard, linted * resolving merge conflict * resolved merge conflict * resolved merge conflict * resolved merge conflict * resolve merge conflict before revert * resolving merge conflict * reverted to pre-lint * added tensorboard sub_dir test * pep8 formatting * removed sub_dir arg from test_all function: * updated feature description * typo in doc description * updated CHANGELOG * Update pytorch_lightning/loggers/tensorboard.py Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com> * swapped argument position * added expandvars tests * added expandvars * removed model init * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix tests * fix failed test * Revert "fix failed test" This reverts commit 50b34c6. * add env var to test * fix typo in tests * fix tests * for test consistency * fix typo * fix typo 2 Co-authored-by: Ubuntu <azureuser@devhenrik.evuifrmjd4lepbj4relcwwu5va.ax.internal.cloudapp.net> Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com> Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
- Loading branch information
1 parent
6e56f56
commit 608de6a
Showing
4 changed files
with
69 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters