image-classification vgg16_bn cifar10

Model Card for Model ID

This model is a small vgg16_bn trained on cifar10.

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("vgg16_bn_cifar10", pretrained=True)

Training Data

Training data is cifar10.

Training Hyperparameters

Testing Data

Testing data is cifar10.


This model card was created by Eduardo Dadalto.