IMvision12's picture
Upload README.md with huggingface_hub
bd76eba verified
|
Raw
History Blame Contribute Delete
666 Bytes
metadata
pipeline_tag: image-classification
license: apache-2.0
base_model: timm/convnext_tiny.fb_in22k
library_name: kerasformers
tags:
  - keras
  - kerasformers
  - image-classification
  - convnext
  - jax
  - pytorch
  - tf

convnext_tiny_fb_in22k

Pure-Keras 3 image-classification weight for kerasformers, converted from timm/convnext_tiny.fb_in22k.

Usage


from kerasformers.models.convnext import ConvNeXtImageClassify

model = ConvNeXtImageClassify.from_weights("convnext_tiny_fb_in22k")

License: apache-2.0, inherited from the upstream source.