Instructions to use edadaltocg/resnet18_svhn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use edadaltocg/resnet18_svhn with timm:
import timm model = timm.create_model("hf_hub:edadaltocg/resnet18_svhn", pretrained=True) - Notebooks
- Google Colab
- Kaggle
what is the exact normalization?
#1
by j35t3r - opened
I calculated
mean = [0.4377 0.4438 0.4728]
var=[0.198 0.201 0.197]
Values used to train the model:
SVHN_DEFAULT_MEAN = (0.4377, 0.4438, 0.4728)
SVHN_DEFAULT_STD = (0.1980, 0.2010, 0.1970)