image-classification densenet121 cifar100

Model Card for Model ID

This model is a small densenet121 trained on cifar100.

How to Get Started with the Model

Use the code below to get started with the model.

import detectors
import timm

model = timm.create_model("densenet121_cifar100", pretrained=True)

Training Data

Training data is cifar100.

Training Hyperparameters

Testing Data

Testing data is cifar100.


This model card was created by Eduardo Dadalto.