Keras
TensorBoard
image
myology
biology
histology
muscle
cells
fibers
myopathy
SDH
myoquant
classification
mitochondria
Eval Results (legacy)
Instructions to use corentinm7/MyoQuant-SDH-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use corentinm7/MyoQuant-SDH-Model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://corentinm7/MyoQuant-SDH-Model") - Notebooks
- Google Colab
- Kaggle
Corentin Meyer commited on
Commit ·
66e2e0a
1
Parent(s): 224ed19
Fix balanced accuracy number
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ model-index:
|
|
| 34 |
value: 0.927 # Required. Example: 20.90
|
| 35 |
name: Test Accuracy # Optional. Example: Test WER
|
| 36 |
- type: hyperml/balanced_accuracy
|
| 37 |
-
value: 912
|
| 38 |
name: Test Balanced Accuracy
|
| 39 |
---
|
| 40 |
|
|
|
|
| 34 |
value: 0.927 # Required. Example: 20.90
|
| 35 |
name: Test Accuracy # Optional. Example: Test WER
|
| 36 |
- type: hyperml/balanced_accuracy
|
| 37 |
+
value: 0.912
|
| 38 |
name: Test Balanced Accuracy
|
| 39 |
---
|
| 40 |
|