Skip to content

Features: Subdivide Hydra log directory #68

Description

@jieonh

What

  • Subdividing Hydra logging directory
  • The results are likely to be as follows.
    • single run: logs/train/run/{custom_exp_name}/2023-01-05_05-57-24
    • multi run: logs/train/multirun/{custom_exp_name}/{multirun-tiral-number}/2023-01-05_05-57-24

Why

Currently, the outermost logging folder name is set to the time stamp, making it inconvenient to distinguish.

How

  • Seperate multirun / run dir
  • Add custom experiment name
  • Simplify multirun subdir (override_dirname -> numbere)
  • Check for conflicts or errors due to changes

Metadata

Metadata

Assignees

Labels

HydraAbout Hydra (experiment management)loggingAbout logging

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions