Instructions to use timm/levit_conv_128s.fb_dist_in1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/levit_conv_128s.fb_dist_in1k with timm:
import timm model = timm.create_model("hf_hub:timm/levit_conv_128s.fb_dist_in1k", pretrained=True) - Transformers
How to use timm/levit_conv_128s.fb_dist_in1k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="timm/levit_conv_128s.fb_dist_in1k") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timm/levit_conv_128s.fb_dist_in1k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
30219d9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:48fdde7c1ff84b3a3a56131c055de981bcca399470469756a3fa83792e1ce73b
size 31384353
|