-
Notifications
You must be signed in to change notification settings - Fork 394
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
guide: Running Experiments #2690
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iesahin
force-pushed
the
iesahin/ug-exp-run-2675
branch
from
August 9, 2021 07:38
e0da989
to
abdc5cf
Compare
jorgeorpinel
added a commit
that referenced
this pull request
Aug 24, 2021
4 tasks
jorgeorpinel
added a commit
that referenced
this pull request
Aug 25, 2021
jorgeorpinel
added a commit
that referenced
this pull request
Aug 25, 2021
…g into iesahin/ug-exp-run-2675
6 tasks
I'll merge this later but PTAL @dberenbaum. If I can address any other feedback today I will, otherwise I'll move any unresolved items to a follow-up ticket. Thanks! |
jorgeorpinel
added a commit
that referenced
this pull request
Aug 25, 2021
jorgeorpinel
added a commit
that referenced
this pull request
Aug 31, 2021
This was referenced Aug 31, 2021
10 tasks
jorgeorpinel
added a commit
that referenced
this pull request
Sep 1, 2021
* guide: only one arg per exp run -S per #2690 (comment) * delete incorrect dvc exp run -S usage * guide: remove repeated code block per #2767 (review) * guide: remove mention of exp run -S accepting a list Co-authored-by: dberenbaum <[email protected]>
karajan1001
pushed a commit
to karajan1001/dvc.org
that referenced
this pull request
Sep 29, 2021
* initial structure and text from the ref added * Added some pipelines info * fixed links, uniform stage names * added --interactive description * added target and recursive search sections * added sidebar link * parameters section * additions to parameters section * merged * Rebased with origin/master * updates to parameters section * parallel experiments added * temporary experiments * correct * some reorg * began writing checkpoints * added example for --temp * added checkpoints explanations and julia example * prettied * WIP * r example done * fixes for the motivation part * Edits in the pipeline section * updates to "running the pipeline" section * removed `dvc exp run dir` because it doesn't work * running stages independently * minor edits * removed information about -R and --glob options * edits for simplification * (re)moved some sections * guide: move general exps motivation to index, focus on Running Exps per iterative#2690 (review) * guide: simmarize pipeline concept intro in Running Exps per iterative#2690 (review) * guide: copy edits to Pipeline/repro guide in Running Exps guide rel iterative#2690 (review) * guide: reduce note on `repro` per iterative#2690 (review) * guide: summarize parameters section of Running Exps * guide: remove repetitive section + update set-param note per iterative#2690 (review) * guide: fix up the Queue section of Running Exps * guide: remove Exp names section and create Managing Exps per iterative#2690 (comment) * guide: remove checkpoint details from Running Exps per iterative#2690 (review) * guide: clarify about parallel queued exps and run-cache per iterative#2690 (review) * guide: remove extra material for now per iterative#2690 (review) * guide: updates done to wrong branch oops * guide: fix link * guide: remove tmp checkpoints info (will move to another PR) Co-authored-by: Jorge Orpinel <[email protected]>
karajan1001
pushed a commit
to karajan1001/dvc.org
that referenced
this pull request
Sep 29, 2021
* guide: only one arg per exp run -S per iterative#2690 (comment) * delete incorrect dvc exp run -S usage * guide: remove repeated code block per iterative#2767 (review) * guide: remove mention of exp run -S accepting a list Co-authored-by: dberenbaum <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a new section to the UG for running experiments.
Closes #2675
Todo
Extract unnecessary details from the cmd ref since a lot of it is explained here now.Improve Git and Experiments sectionsCreate ticket with tasks for improvements on this.guide: Running Experiments improvements #2768