ConvNeXt-V2
Collection
Pure-Keras 3 ConvNeXt-V2 image-classification weights for kerasformers. • 18 items • Updated
How to use kerasformers/convnextv2_tiny_fcmae_ft_in1k with KerasFormers:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
How to use kerasformers/convnextv2_tiny_fcmae_ft_in1k with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://kerasformers/convnextv2_tiny_fcmae_ft_in1k")
Pure-Keras 3 image-classification weight for kerasformers, converted from timm/convnextv2_tiny.fcmae_ft_in1k.
This weight comes from a non-commercial upstream checkpoint (CC BY-NC 4.0). Use it for non-commercial purposes only.
from kerasformers.models.convnextv2 import ConvNeXtV2ImageClassify
model = ConvNeXtV2ImageClassify.from_weights("convnextv2_tiny_fcmae_ft_in1k")
License: cc-by-nc-4.0, inherited from the upstream source.
Base model
timm/convnextv2_tiny.fcmae_ft_in1k