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