Instructions to use itshemantkmr/2D_Shape_Image_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use itshemantkmr/2D_Shape_Image_Classification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://itshemantkmr/2D_Shape_Image_Classification") - Notebooks
- Google Colab
- Kaggle
Rename shape_classification_model.keras to 2D_Shape_Image_Classification.keras
Browse files
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
shape_classification_model.cc filter=lfs diff=lfs merge=lfs -text
|
| 37 |
shape_classification_model.keras filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
shape_classification_model.cc filter=lfs diff=lfs merge=lfs -text
|
| 37 |
shape_classification_model.keras filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
2D_Shape_Image_Classification.keras filter=lfs diff=lfs merge=lfs -text
|
shape_classification_model.keras → 2D_Shape_Image_Classification.keras
RENAMED
|
File without changes
|