Instructions to use RishiPTrial/stage_modelv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use RishiPTrial/stage_modelv2 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://RishiPTrial/stage_modelv2") - Notebooks
- Google Colab
- Kaggle
Delete .gitattributes
Browse files- .gitattributes +0 -1
.gitattributes
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|