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