Skip to content

Commit

Permalink
Update content/docs/use-cases/versioning-data-and-model-files/tutoria…
Browse files Browse the repository at this point in the history
…l.md

Co-authored-by: Jorge Orpinel <[email protected]>
  • Loading branch information
sarthakforwet and jorgeorpinel authored Jul 6, 2020
1 parent 69d8027 commit a249875
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ file. It tracks all outputs (`-o`) the same way as `dvc add` does. Unlike
`dvc add`, `dvc run` also tracks dependencies (`-d`) and the command
(`python train.py`) that was run to produce the result.

> At this point you could run `git add .` and `git commit` to save the updated
> stage and its changed outputs to the repository.
> At this point you could run `git add .` and `git commit` to save the `train`
> stage and its outputs to the repository.
`dvc repro` will run `train` stage if any of its dependencies (`-d`) changed.
For example, when we added new images to built the second version of our model,
Expand Down

0 comments on commit a249875

Please sign in to comment.