Skip to content

Commit

Permalink
add images
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackCas committed Nov 8, 2021
1 parent 739e22d commit 7d52248
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/data/mnist_train/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
inputs:
PIL_mode: L
ext: jpg
type: images
targets:
type: integer
type: vision
10 changes: 10 additions & 0 deletions examples/data/mnist_train/filenames
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
00000
00001
00002
00003
00004
00005
00006
00007
00008
00009
Binary file added examples/data/mnist_train/images/00000.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/data/mnist_train/images/00001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/data/mnist_train/images/00002.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/data/mnist_train/images/00003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/data/mnist_train/images/00004.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/data/mnist_train/images/00005.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/data/mnist_train/images/00006.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/data/mnist_train/images/00007.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/data/mnist_train/images/00008.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/data/mnist_train/images/00009.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions examples/data/mnist_train/targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
00000,5
00001,0
00002,4
00003,1
00004,9
00005,2
00006,1
00007,3
00008,1
00009,4

0 comments on commit 7d52248

Please sign in to comment.