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