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

New log folder structure #91

Merged
merged 6 commits into from
Nov 30, 2021
Merged

New log folder structure #91

merged 6 commits into from
Nov 30, 2021

Conversation

lvoegtlin
Copy link
Contributor

Description

To make the output more searchable we introduced a mode. The mode defines the logging folder structure. There are two different modes: development and experiment.

development.yaml

Creates a folder in output/development/${date}/${time} for each run

experiment.yaml

Makes it possible to set a global name parameter that can be used as the logger name.
Creates a folder in output/experiment/${name}/${date}/${time} for each run

How to Test/Run?

python run.py

@lvoegtlin lvoegtlin added Pipeline The general Hydra system Config Adding or manipulating a existing config labels Nov 29, 2021
@lvoegtlin lvoegtlin requested a review from powl7 November 29, 2021 14:09
@lvoegtlin lvoegtlin self-assigned this Nov 29, 2021
@lvoegtlin lvoegtlin linked an issue Nov 29, 2021 that may be closed by this pull request
3 tasks
Copy link
Contributor

@powl7 powl7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works!

@powl7 powl7 merged commit f0c3f11 into dev Nov 30, 2021
@powl7 powl7 deleted the dev_new_folder_structure branch November 30, 2021 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Config Adding or manipulating a existing config Pipeline The general Hydra system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make it easier to find previous experiments/runs
2 participants