Instructions to use ErnestBeckham/MulticancerViT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use ErnestBeckham/MulticancerViT with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://ErnestBeckham/MulticancerViT") - Notebooks
- Google Colab
- Kaggle
Commit ·
701fb85
1
Parent(s): ba322e4
updated
Browse files
README.md
CHANGED
|
@@ -28,14 +28,14 @@ Confusion matrix and classification report attached below:
|
|
| 28 |
<details>
|
| 29 |
<summary>Confusion Matrix</summary>
|
| 30 |
|
| 31 |
-

|
| 32 |
|
| 33 |
</details>
|
| 34 |
|
| 35 |
<details>
|
| 36 |
<summary>Classification Report</summary>
|
| 37 |
|
| 38 |
+

|
| 39 |
|
| 40 |
</details>
|
| 41 |
|