I want to write a python script which runs multiple sweeps after another. My train.py works with hydra, which I want to keep that way. Until now I was able to run sweeps using the command line and a config.yaml file which has at the end:
command:
${env}
python
${program}
${args_no_hyphens}
Is there a way to bring this into the dictionary used in the function wandb.sweep in python?
We wanted to follow up with you regarding your support request as we have not heard back from you. Please let us know if we can be of further assistance or if your issue has been resolved.
Hi Artisom,
sorry, it seems that I didn’t get a notification for your answer, thank you very much. I think I found a workaround for my problem, by adding this line to my dictionary it worked: