Skip to content

Commit

Permalink
Merge pull request #7 from iesahin/master
Browse files Browse the repository at this point in the history
Add MNIST Dataset to the Dataset Registry
  • Loading branch information
shcheklein authored Apr 20, 2021
2 parents 0b95434 + 089cd95 commit 77b97da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ under DVC control, the workspace should look like this:
$ tree
.
├── README.md
└── get-started
├── data.xml # Dataset used in iterative/example-get-started
└── data.xml.dvc

1 directory, 3 files
├── get-started
│   └── data.xml.dvc # Dataset used in iterative/example-get-started
├── get-started-mnist
│   └── raw.dvc # Dataset used in iterative/example-get-started-mnist
```
1 change: 1 addition & 0 deletions get-started-mnist/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/raw
5 changes: 5 additions & 0 deletions get-started-mnist/raw.dvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
outs:
- md5: b6c29e96813679dd8c451c9b5ca86e2c.dir
size: 11594722
nfiles: 4
path: raw

0 comments on commit 77b97da

Please sign in to comment.