├── .gitignore ├── LICENSE.txt ├── README.md └── data ├── cifar10h-counts.npy ├── cifar10h-probs.npy └── cifar10h-raw.zip /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcpeterson/cifar-10h/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcpeterson/cifar-10h/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcpeterson/cifar-10h/HEAD/README.md -------------------------------------------------------------------------------- /data/cifar10h-counts.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcpeterson/cifar-10h/HEAD/data/cifar10h-counts.npy -------------------------------------------------------------------------------- /data/cifar10h-probs.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcpeterson/cifar-10h/HEAD/data/cifar10h-probs.npy -------------------------------------------------------------------------------- /data/cifar10h-raw.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcpeterson/cifar-10h/HEAD/data/cifar10h-raw.zip --------------------------------------------------------------------------------