CIFAR10Constants

Constants for the CIFAR-10 dataset.

Properties

Link copied to clipboard
Link copied to clipboard

Class names for CIFAR-10 labels.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val DOWNLOAD_URL: String
Link copied to clipboard
const val IMAGE_BYTES: Int
Link copied to clipboard
const val IMAGE_SIZE: Int = 32
Link copied to clipboard
const val IMAGES_PER_BATCH: Int = 10000
Link copied to clipboard
const val NUM_CHANNELS: Int = 3
Link copied to clipboard
const val NUM_TEST_IMAGES: Int = 10000
Link copied to clipboard
const val NUM_TRAINING_IMAGES: Int = 50000
Link copied to clipboard
Link copied to clipboard

Training batch filenames in order.