image-classification resnet18 svhn

Model Card for Model ID

This model is a small resnet18 trained on svhn.

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

Training Data

Training data is svhn.

Training Hyperparameters

Testing Data

Testing data is svhn.


This model card was created by Eduardo Dadalto.