Spaces:
Sleeping
Sleeping
Deploy inference service from GitHub Actions
Browse files- training/config.yaml +2 -0
training/config.yaml
CHANGED
|
@@ -3,6 +3,8 @@
|
|
| 3 |
|
| 4 |
data:
|
| 5 |
hf_dataset_repo: "hssling/anemia-conjunctiva-nailbed"
|
|
|
|
|
|
|
| 6 |
image_size: 380 # EfficientNet-B4 canonical input
|
| 7 |
batch_size: 32
|
| 8 |
num_workers: 4
|
|
|
|
| 3 |
|
| 4 |
data:
|
| 5 |
hf_dataset_repo: "hssling/anemia-conjunctiva-nailbed"
|
| 6 |
+
preferred_supervised_sources:
|
| 7 |
+
- cp_anemic_ghana
|
| 8 |
image_size: 380 # EfficientNet-B4 canonical input
|
| 9 |
batch_size: 32
|
| 10 |
num_workers: 4
|