Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performing multiple runs with varying configs on a single command line call #727

Closed
alberto-oliveira opened this issue Apr 6, 2020 · 2 comments
Labels

Comments

@alberto-oliveira
Copy link

I have been wondering if there is anyway to do what the title implies, schedule a queue of runs using a single call to the command line interface. Something like this:

python my_script.py with a = {1, 2} b = 'foo'

So, it first runs my_script with a=1 and b=foo, and then it performs a new run with a=2 and b='foo'.

I ask because I could swear I've seen sacred supports this, but I can't find it anywhere in the docs.

@alberto-oliveira alberto-oliveira changed the title Performing multiple runs with varying configs a single command line call Performing multiple runs with varying configs on a single command line call Apr 6, 2020
@flukeskywalker
Copy link

AFAIK Sacred does not have this feature, but Hydra does: https://hydra.cc/docs/tutorial/multi-run
Hydra doesn't provide other features of Sacred though.

@stale
Copy link

stale bot commented Jul 9, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 9, 2020
@stale stale bot closed this as completed Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants