AbstractPhil commited on
Commit
3144c3b
·
verified ·
1 Parent(s): e9a1165

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  license: mit
3
  ---
4
- They are tensorflow shapes.
5
- (32, 32, 3)
6
 
7
  You can check and verify the integrity if you want, and I'd advise it.
8
  They are a direct copy of tiny imagenet 200 classes, the training and validation images prepared and separated already.
 
1
  ---
2
  license: mit
3
  ---
4
+ They are tensorflow shapes and labels.
5
+ (None, 32, 32, 3), (None, 1)
6
 
7
  You can check and verify the integrity if you want, and I'd advise it.
8
  They are a direct copy of tiny imagenet 200 classes, the training and validation images prepared and separated already.