Instructions to use timm/regnety_320.tv2_in1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/regnety_320.tv2_in1k with timm:
import timm model = timm.create_model("hf_hub:timm/regnety_320.tv2_in1k", pretrained=True) - Transformers
How to use timm/regnety_320.tv2_in1k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="timm/regnety_320.tv2_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/regnety_320.tv2_in1k", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 063d3e5330f568cf5e5d8c693e40cbb6f2f6179966822d2eb579408e75098465
- Size of remote file:
- 581 MB
- SHA256:
- 256b5b5c8cc226f3775b7eb4b2041ae6a47744a30961f2d5be42242a6a628772
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.