Instructions to use timm/convnext_xlarge.fb_in22k_ft_in1k_384 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/convnext_xlarge.fb_in22k_ft_in1k_384 with timm:
import timm model = timm.create_model("hf_hub:timm/convnext_xlarge.fb_in22k_ft_in1k_384", pretrained=True) - Transformers
How to use timm/convnext_xlarge.fb_in22k_ft_in1k_384 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="timm/convnext_xlarge.fb_in22k_ft_in1k_384") 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/convnext_xlarge.fb_in22k_ft_in1k_384", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
811a398 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:12aae7dfb236b57d9a754cadb8d5be2886c80ead1f86e51e949740cd25967771
size 1400911057
|