Instructions to use Daniel00611/InceptionV3_72 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Daniel00611/InceptionV3_72 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Daniel00611/InceptionV3_72") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architecture": "InceptionV3_72.keras", | |
| "input_size": [ | |
| 3, | |
| 299, | |
| 299 | |
| ], | |
| "num_classes": 72 | |
| } |