ref: replace `dvc run` examples with `dvc stage add` + `dvc exp run` or `dvc repro`
See original GitHub issueIn the command reference, there are several examples using dvc run
. Replacing these with dvc stage add
may lead to clear examples.
- #3023
- #3031
- #3183
- #3070
- ref: Update index page
- ref: Update
dvc run
references indvc gc
- ref: Update
dvc run
references indvc import-url
- ref: Update
dvc run
references indvc init
- ref: Update
dvc run
references indvc metrics
- ref: Update
dvc run
references indvc params
- ref: Update
dvc run
references indvc plots
- ref: Update
dvc run
references indvc repro
- #3103
- #3053
- ref: Update
dvc run
references indvc status
- ref: Add a “deprecated” notice to
dvc run
?
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
exp run | Data Version Control - DVC
dvc exp run has the same general behavior as dvc repro when it comes to targets and stage execution (restores the dependency graph,...
Read more >exp run: Remove unsupported dvc repro options from ... - GitHub
-R, --recursive Reproduce all stages in the specified directory. --no-run-cache Execute stage commands even if they have already been run with ...
Read more >August '22 Community Gems - Iterative.ai
[Im constructing a pipeline with several stages inside the dvc.yaml file. When I execute dvc exp run or dvc repro commands, stages run...
Read more >DVC | Permission denied ERROR: failed to reproduce stage ...
Solution 1 .py files weren't running as scripts. They need to be; if you want to run one .py file per stage in...
Read more >DVC - Pipeline Versioning - Laziness makes Great Engineer
Due to this change, the output file from the train stage has been updated. Thus, DVC reruns report stages as well. Copy $...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah let’s leave that to @iesahin for now then?
BTW I did find an existing issue that’s related so I’m updating it to follow up on all this: https://github.com/iterative/dvc.org/issues/2076
Could the DVC team finish the cmd ref updates related to this @dberenbaum ?
@iesahin maybe we should just double check no other docs still use
run
unnecessrily.