Skip to content

Commit

Permalink
readme: 'dvc repro' -> 'dvc repro model.p'
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Mar 21, 2018
1 parent 65e4ef0 commit 7bc8618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It helps data scientists manage their code and data together in a simple form of
|----|-------|
|Track code and data together|`$ git add train.py` <br /> `$ dvc add images.zip` |
|Connect code and data by commands| `$ dvc run -d images.zip -o images/ unzip -q images.zip` <br /> `$ dvc run -d images/ -d train.py -o model.p python train.py` |
|Make changes and reproduce|`$ vi train.py` <br /> `$ dvc repro` |
|Make changes and reproduce|`$ vi train.py` <br /> `$ dvc repro model.p.dvc` |
|Share code|`$ git add .` <br /> `$ git commit -m 'The baseline model'` <br /> `$ git push`|
|Share data and ML models|`$ dvc config AWS.StoragePath mybucket/image_cnn` <br/> `$ dvc push`|

Expand Down

0 comments on commit 7bc8618

Please sign in to comment.