Instructions to use keras/swin_large_patch4_window12_384 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasHub
How to use keras/swin_large_patch4_window12_384 with KerasHub:
import keras_hub import keras # Load ImageClassifier model image_classifier = keras_hub.models.ImageClassifier.from_preset( "hf://keras/swin_large_patch4_window12_384", num_classes=2, ) # Fine-tune image_classifier.fit( x=keras.random.randint((32, 64, 64, 3), 0, 256), y=keras.random.randint((32, 1), 0, 2), ) # Classify image image_classifier.predict(keras.random.randint((1, 64, 64, 3), 0, 256))import keras_hub # Create a Backbone model unspecialized for any task backbone = keras_hub.models.Backbone.from_preset("hf://keras/swin_large_patch4_window12_384") - Keras
How to use keras/swin_large_patch4_window12_384 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://keras/swin_large_patch4_window12_384") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 79d3d17cfc95ef11a685cc057c1b80f20020d1ad569338023a29176cfd0f2ebe
- Size of remote file:
- 782 MB
- SHA256:
- 2cb26f06ba9554a82d45231ef196e1377a0bc4a2df804640507eb453f350b6c4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.