facebookresearch / dora

Dora is an experiment management framework. It expresses grid searches as pure python files as part of your repo. It identifies experiments with a unique hash signature. Scale up to hundreds of experiments without losing your sanity.
MIT License
269 stars 24 forks source link

[Question] how can I launch dora with volta32gb GPUs? Is there a command line flag for it? #3

Closed kwanUm closed 3 years ago

adefossez commented 3 years ago

Either in config.yaml:

slurm:
  constraint: volta32gb

or in grid file with launcher launcher.slurm_(constraint='volta32gb')