Skip to content
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

Disable saving (tensorboard) log files #113

Closed
Lucaweihs opened this issue Aug 5, 2020 · 1 comment · Fixed by #221
Closed

Disable saving (tensorboard) log files #113

Lucaweihs opened this issue Aug 5, 2020 · 1 comment · Fixed by #221
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Lucaweihs
Copy link
Collaborator

Problem

We should be able to disable tensorboard logging from the command line. We also need the option to skip other type of logging (e.g. saving to the used_configs folder).

Solution

Hopefully this is as easy as passing a few additional parameters to the runner.

Dependencies

None

@Lucaweihs Lucaweihs added the enhancement New feature or request label Aug 5, 2020
@anikem anikem added this to the 0.1 milestone Aug 12, 2020
@Lucaweihs Lucaweihs modified the milestones: 0.1, 0.1.1 Aug 27, 2020
@jordis-ai2 jordis-ai2 linked a pull request Dec 11, 2020 that will close this issue
@jordis-ai2
Copy link
Collaborator

jordis-ai2 commented Dec 11, 2020

I just added two options (-i to disable tensorboard logging, -a to disable saving the used configs).
Currently, I still let the inference engine collect visualization data if a visualizer is present in machine params, but I could avoid it by passing a flag from runner if that's not sufficiently efficient...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants