Skip to content

Commit b389708

Browse files
authored
fix CIFAR100 docs class number error (#149)
1 parent 63b865f commit b389708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/datasets/vision/cifar100.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ end
4747
4848
The CIFAR100 dataset is a labeled subsets of the 80
4949
million tiny images dataset. It consists of 60000
50-
32x32 colour images in 10 classes, with 6000 images
51-
per class.
50+
32x32 colour images in 100 classes and 20 superclasses,
51+
with 600 images per class.
5252
5353
Return the CIFAR-100 **trainset** labels (coarse and fine)
5454
corresponding to the given `indices` as a tuple of two `Int` or

0 commit comments

Comments
 (0)