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