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
What
run/{custom_exp_name}/2023-01-05_05-57-24multirun/{custom_exp_name}/{multirun-tiral-number}/2023-01-05_05-57-24Why
Currently, the outermost logging folder name is set to the time stamp, making it inconvenient to distinguish.
How