Instructions to use MITCriticalData/Sentinel-2_Resnet50V2_Autoencoder_RGB_full_Colombia_Dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use MITCriticalData/Sentinel-2_Resnet50V2_Autoencoder_RGB_full_Colombia_Dataset with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://MITCriticalData/Sentinel-2_Resnet50V2_Autoencoder_RGB_full_Colombia_Dataset") - Notebooks
- Google Colab
- Kaggle
Push Keras model using huggingface_hub.
#2
by dsrestrepo - opened
No description provided.
dsrestrepo changed pull request status to merged