Replies: 1 comment 6 replies
-
Yes, this is possible using Hydra's sweep functionality! See the docs on Multi-run. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am rather new to hydra but think the framework is awesome.
I have a system where I can spawn many workers with each CPU and GPU specification. Each worker can then be spawned separately and each has an environment variable that can be accessed through $ENV_VARIABLE.
The way I do grid search is usually inside the python script:
This will then spawn for example 3 different workers where each worker will look at the different hyper parameter config. This is currently using parsers etc which i know is against what Hydra wants to do.
Hence I was wondering if there is a way to do this grid search without creating many many config files :)
Thanks a lot in advance for your help. The framework and saving files is great !
Beta Was this translation helpful? Give feedback.
All reactions