Instructions to use iloncka/vit_tiny_patch16_224_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use iloncka/vit_tiny_patch16_224_2 with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("iloncka/vit_tiny_patch16_224_2") - timm
How to use iloncka/vit_tiny_patch16_224_2 with timm:
import timm model = timm.create_model("hf_hub:iloncka/vit_tiny_patch16_224_2", pretrained=True) - Notebooks
- Google Colab
- Kaggle
File size: 160 Bytes
dd756ca | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"size": 224
}
|