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

Run a grid experiment for the first time #49

Closed
alexisthual opened this issue Jul 28, 2023 · 1 comment · Fixed by #50
Closed

Run a grid experiment for the first time #49

alexisthual opened this issue Jul 28, 2023 · 1 comment · Fixed by #50
Labels
question Further information is requested

Comments

@alexisthual
Copy link
Contributor

❓ Questions

When debugging an implementation, I don't want to launch a full grid but a single experiment of this grid instead.

Therefore, I list all experiments of my grid with dora grid mygrid --dry_run, select an experiment id mysig from this grid and launch it with dora run -f mysig.
Unfortunately, this raises FATAL: Could not find an existing run with sig mysig.
I get the same error with dora launch -f mysig.

In order to circumvent this, what I do is I launch all experiments of my grid with dora grid mygrid and cancel them right after with dora grid mygrid --cancel.

Is there a more direct way to launch an experiment for the first time?

@alexisthual alexisthual added the question Further information is requested label Jul 28, 2023
@adefossez
Copy link
Contributor

You just need to add --init after --dry_run, otherwise the grid command writes nothing to disk!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants