Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 638 Bytes

File metadata and controls

18 lines (10 loc) · 638 Bytes

Task

Image Classification on the Cifar-100 Dataset.

Dataset

The Cifar-100 dataset consists of 60000 32x32 color images in 100 categories.

Model

We use the Resnet18 model implementation from torchvision.

Performance

We compare the top-1 accuracy. Our model reaches a top-1 accuracy of 77.9 ± 0.2%. The search grid used to find the best hyperparameters can be found here.

Performance comparison