File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ the purpose of image classification.
66
66
67
67
Dataset | Classes | ` traintensor ` | ` trainlabels ` | ` testtensor ` | ` testlabels `
68
68
:------:|:-------:|:-------------:|:-------------:|:------------:|:------------:
69
- [ ** MNIST** ] ( https://juliaml.github.io/MLDatasets.jl/datasets/MNIST/ ) | 10 | 28x28x60000 | 60000 | 28x28x10000 | 10000
70
- [ ** FashionMNIST** ] ( https://juliaml.github.io/MLDatasets.jl/datasets/FashionMNIST/ ) | 10 | 28x28x60000 | 60000 | 28x28x10000 | 10000
71
- [ ** CIFAR-10** ] ( https://juliaml.github.io/MLDatasets.jl/datasets/CIFAR10/ ) | 10 | 32x32x3x50000 | 50000 | 32x32x3x10000 | 10000
72
- [ ** CIFAR-100** ] ( https://juliaml.github.io/MLDatasets.jl/datasets/CIFAR100/ ) | 100 (20) | 32x32x3x50000 | 50000 (x2) | 32x32x3x10000 | 10000 (x2)
69
+ [ ** MNIST** ] ( https://juliaml.github.io/MLDatasets.jl/latest/ datasets/MNIST/ ) | 10 | 28x28x60000 | 60000 | 28x28x10000 | 10000
70
+ [ ** FashionMNIST** ] ( https://juliaml.github.io/MLDatasets.jl/latest/ datasets/FashionMNIST/ ) | 10 | 28x28x60000 | 60000 | 28x28x10000 | 10000
71
+ [ ** CIFAR-10** ] ( https://juliaml.github.io/MLDatasets.jl/latest/ datasets/CIFAR10/ ) | 10 | 32x32x3x50000 | 50000 | 32x32x3x10000 | 10000
72
+ [ ** CIFAR-100** ] ( https://juliaml.github.io/MLDatasets.jl/latest/ datasets/CIFAR100/ ) | 100 (20) | 32x32x3x50000 | 50000 (x2) | 32x32x3x10000 | 10000 (x2)
73
73
74
74
### Language Modeling
75
75
You can’t perform that action at this time.
0 commit comments