Skip to content

Commit

Permalink
Change table: experiment 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpetrov committed Mar 21, 2018
1 parent 7dfb7d2 commit e6c16aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@


|Track code and data|`$ 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` |
Expand Down

0 comments on commit e6c16aa

Please sign in to comment.