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