Update README.md
Browse files
README.md
CHANGED
|
@@ -219,16 +219,21 @@ Test Samples:
|
|
| 219 |
|
| 220 |
## Training History
|
| 221 |
|
| 222 |
-
|
| 223 |
|
| 224 |
-
training
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 225 |
|
| 226 |
-
|
| 227 |
|
| 228 |
-
-
|
| 229 |
-
- validation_loss.png
|
| 230 |
-
- learning_curve.png
|
| 231 |
|
|
|
|
|
|
|
| 232 |
---
|
| 233 |
|
| 234 |
## Explainability
|
|
|
|
| 219 |
|
| 220 |
## Training History
|
| 221 |
|
| 222 |
+
The model was trained in two stages:
|
| 223 |
|
| 224 |
+
1. Classifier training with the EfficientNet-B0 backbone frozen.
|
| 225 |
+
2. Fine-tuning of the final feature blocks.
|
| 226 |
+
|
| 227 |
+
### Phase 1
|
| 228 |
+
|
| 229 |
+

|
| 230 |
|
| 231 |
+
### Phase 2
|
| 232 |
|
| 233 |
+

|
|
|
|
|
|
|
| 234 |
|
| 235 |
+
The epoch-level training history is available in
|
| 236 |
+
`training/training_history.json`.
|
| 237 |
---
|
| 238 |
|
| 239 |
## Explainability
|