ExpectationMax / ExpectationMax/simple_gpu_scheduler

Add `job_index` variable to `simple_hypersearch`

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Python
Stars
188
Forks
13
PR merge metrics
No merged PRs in 30d

Description

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:
```bash
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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.