Instructions to use timm/convnextv2_base.fcmae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/convnextv2_base.fcmae with timm:
import timm model = timm.create_model("hf_hub:timm/convnextv2_base.fcmae", pretrained=True) - Transformers
How to use timm/convnextv2_base.fcmae with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="timm/convnextv2_base.fcmae")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timm/convnextv2_base.fcmae", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 78b4c5c1f8f95cf58670fb22c5339ac0a1051c22ddf992a8c9571d2b798a00be
- Size of remote file:
- 351 MB
- SHA256:
- d03e31da718f7c0bdb2e79b9f003315ed14c7c0591d17a0cb7bce15c39cd53b7
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.