Instructions to use kerasformers/convnext_tiny_fb_in22k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasFormers
How to use kerasformers/convnext_tiny_fb_in22k 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
- Keras
How to use kerasformers/convnext_tiny_fb_in22k 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/convnext_tiny_fb_in22k") - Notebooks
- Google Colab
- Kaggle
| 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](https://github.com/IMvision12/KerasFormers), converted from [timm/convnext_tiny.fb_in22k](https://huggingface.co/timm/convnext_tiny.fb_in22k). | |
| ## Usage | |
| ```python | |
| from kerasformers.models.convnext import ConvNeXtImageClassify | |
| model = ConvNeXtImageClassify.from_weights("convnext_tiny_fb_in22k") | |
| ``` | |
| License: **apache-2.0**, inherited from the upstream source. | |