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
File size: 132 Bytes
b2ad10d | 1 2 3 4 5 6 7 8 9 | {
"architecture": "InceptionV3_72.keras",
"input_size": [
3,
299,
299
],
"num_classes": 72
} |