question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add DVC repro --recursive

See original GitHub issue

It would be nice to be able to use dvc repro -R on a directory just like dvc pull -R. Hopefully it won’t be confusing that dependencies found outside this folder would also be reproduced.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
prihodacommented, May 21, 2019
1reaction
prihodacommented, May 17, 2019

Sure I understand 😄It’s the same usecase as dvc push -R and dvc pull -R really. The stages are related for the same reason that they are put in the given directory 😄For example, it can be ROC plots and Precision-Recall plots for a set of trained models.

Directory structure:

data/
    models/
    plots/
        rocs/
        pr/

I would like to run dvc repro -R data/plots/.

Read more comments on GitHub >

github_iconTop Results From Across the Web

repro | Data Version Control - DVC
Open-source version control system for Data Science and Machine Learning projects. Git-like experience to organize your data, models, and experiments.
Read more >
Data Version Control: Absolute Paths and Project Paths in the ...
This would make the command dvc repro rerun your stage any time that the code in foo.py has changed, or the specified parameters...
Read more >
dvc Changelog - pyup.io
import-url/update: add --no-download flag by dtrifiro in https://github.com/iterative/dvc/pull/8024 * fs: optimize dvc list --recursive by rlamy in ...
Read more >
Launching FDS: Ease Of Use And Automation for Git & DVC
You can add to DVC, or git, recursively step into large folders, ... run dvc repro or dvc commit , then git add...
Read more >
scripts/completion/dvc.zsh - GitLab
"install:Install dvc hooks into the repository. ... _dvc_add=( {-R,--recursive}"[Recursively add each file under the directory.] ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found