Instructions to use sinahmr/locatvit_tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use sinahmr/locatvit_tiny with timm:
import timm model = timm.create_model("hf_hub:sinahmr/locatvit_tiny", pretrained=True) - Notebooks
- Google Colab
- Kaggle
| { | |
| "architecture": "locatvit_tiny", | |
| "model_args": {}, | |
| "num_classes": 1000, | |
| "pretrained_cfg": { | |
| "classifier": "head", | |
| "crop_mode": "center", | |
| "crop_pct": 0.9, | |
| "custom_load": false, | |
| "first_conv": "patch_embed.proj", | |
| "fixed_input_size": true, | |
| "input_size": [ | |
| 3, | |
| 224, | |
| 224 | |
| ], | |
| "interpolation": "bicubic", | |
| "mean": [ | |
| 0.5, | |
| 0.5, | |
| 0.5 | |
| ], | |
| "num_classes": 1000, | |
| "pool_size": null, | |
| "std": [ | |
| 0.5, | |
| 0.5, | |
| 0.5 | |
| ], | |
| "url": "" | |
| } | |
| } |