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
Upload 2 files
Browse files- .gitattributes +2 -0
- best_convnext_model.keras +3 -0
- drosophila_stage_resnet50_finetuned.keras +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
best_convnext_model.keras filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
drosophila_stage_resnet50_finetuned.keras filter=lfs diff=lfs merge=lfs -text
|
best_convnext_model.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9b17ce69c1ed5389d982d1bb1cb1e00e9ad6f7f541576a946edc697ea3e3ce4
|
| 3 |
+
size 594750806
|
drosophila_stage_resnet50_finetuned.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8eaaf4faa9cea5968c1f69b15b9ec8ee0fe25e3ac26c2bf85cc5a17f7a7a741
|
| 3 |
+
size 224949954
|