Instructions to use Wauplin/densenet_121_example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Wauplin/densenet_121_example with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Wauplin/densenet_121_example") - Notebooks
- Google Colab
- Kaggle
| {"keras_version": "3.3.3", "date_saved": "2024-06-17@14:30:58"} |