Epistimio / hydra_orion_sweeper

Hydra Sweeper Plugin for Orion
7 stars 2 forks source link

Guaranty multirun uniqueness #18

Closed Delaunay closed 1 year ago

Delaunay commented 1 year ago

by default hydra creates ${now:%Y-%m-%d}/${now:%H-%M-%S}"} a folder for a run based on the time it was launched. If multiple jobs are launched at the same time folders can ends up being merged together

Delaunay commented 1 year ago

For slurm use {hydra.job.id}

    dir: /home/newton/work/hydra_orion_sweeper/example/multirun2/${now:%Y-%m-%d}/${now:%H-%M-%S}
    subdir: {hydra.job.id}