Instructions to use ViettNguyen21/brain_msi_segmentation_effunet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use ViettNguyen21/brain_msi_segmentation_effunet with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://ViettNguyen21/brain_msi_segmentation_effunet") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -130,11 +130,11 @@ Results shown for **EfficientNet-B1 U-Net** (best performing model):
|
|
| 130 |
|
| 131 |
### Training Curves (Stage 2 — Fine-tuning)
|
| 132 |
|
| 133 |
-

|
| 134 |
|
| 135 |
### Evaluation Curves
|
| 136 |
|
| 137 |
+

|
| 138 |
|
| 139 |
### Metrics on Test Set
|
| 140 |
|