-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tb_plugin: follow symlinks when looking for runs (#327)
This commit makes `walk`-ing directories follow symlinks when searching for run data (on local filesystems, where it's supported!). This makes the plugin's search behavior consistent with that of tensorboard itself; using symlink trees to organize runs is one of the recommendations made in the tensorboard docs to have fine-grained control over the naming of runs and the location of the data [1]: > TensorBoard walks log directories recursively; for finer-grained > control, prefer using a symlink tree. A unit test is added to validate the new behavior. [1] https://github.com/tensorflow/tensorboard/blob/master/README.md#logdir--logdir_spec-legacy-mode
- Loading branch information
Showing
2 changed files
with
31 additions
and
4 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