CIFAR10100
CIFAR10100 is a composite benchmark used in machine learning research that combines the widely used CIFAR-10 and CIFAR-100 datasets to enable joint evaluation of image classification models. The CIFAR family consists of small, color images intended for benchmarking learning algorithms, with two commonly used datasets.
CIFAR-10 consists of 60,000 32x32 color images in 10 classes, with 50,000 training and 10,000 test images.
Typical modeling approaches in CIFAR10100 include using a shared feature extractor coupled with separate classification heads
Availability and preprocessing follow the standard CIFAR conventions. Both datasets are publicly accessible through the CIFAR