Skip to content

Add job_index variable to simple_hypersearch #2

@ExpectationMax

Description

@ExpectationMax

In certain situations it might be useful to access the index of a job when generating commands using the simple_hypersearch script. This would for example allow the definition of unique output paths for different hyperparameter search evaluations.

For example:

simple_hypersearch "python train_model.py --lr {lr} --bs {bs} --output hypersearch/{job_index}" -p lr 0.001 0.0001 -p bs 32 64 128

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions