-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better way to store Tensorboard logs in Keepsake #580
Comments
One potential approach to handle this issue would be to add a post-experiment path parameter in |
Been keeping an eye on keepsake for a few days now, and this would definitely be a great feature that would get me to go all in! Especially if there's a way to monitor experiments from multiple computers in a single Tensorboard, by syncing them. It'd be nice if Tensorboard logs could just be synced along with the checkpoints, rather than having one stored at each one. Then, perhaps you could access a synced folder (which all experiments can access) through keepsake like |
One potential design for this could be something along the lines of:
where This could create a What do you think @bfirsh? |
At the moment you have to put Tensorboard logs in the
path
inexperiment.checkpoint
. This has two main drawbacks:We should probably have some way of tracking experiment-level files that change during the course of the experiment, that aren't necessarily tied to specific checkpoints.
This could apply to other use cases than Tensorboard as well.
The text was updated successfully, but these errors were encountered: