Instructions to use Andy-ML-And-AI/SOTA-Blitz-997 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use Andy-ML-And-AI/SOTA-Blitz-997 with timm:
import timm model = timm.create_model("hf_hub:Andy-ML-And-AI/SOTA-Blitz-997", pretrained=True) - Notebooks
- Google Colab
- Kaggle
File size: 203 Bytes
177a714 | 1 2 3 4 5 6 7 8 9 | {
"do_normalize": true,
"do_resize": true,
"image_mean": [0.5],
"image_std": [0.5],
"resample": 2,
"size": {"height": 28, "width": 28},
"image_processor_type": "ViTImageProcessor"
} |