Upload config.yaml with huggingface_hub
Browse files- config.yaml +4 -7
config.yaml
CHANGED
@@ -4,8 +4,8 @@ augmentations: light
|
|
4 |
batch_size: 64
|
5 |
dataset: DF20M
|
6 |
epochs: 1
|
7 |
-
exp_name:
|
8 |
-
exp_path: ../runs/vit_base_patch16_224-CrossEntropyLoss-light/
|
9 |
image_size:
|
10 |
- 224
|
11 |
- 224
|
@@ -21,11 +21,8 @@ scheduler: plateau
|
|
21 |
tags:
|
22 |
- DanishFungi2023
|
23 |
- 224x224
|
24 |
-
-
|
25 |
test_samples: 3701
|
26 |
train: null
|
27 |
training_samples: 32692
|
28 |
-
|
29 |
-
wandb_project: DanishFungi2023
|
30 |
-
wandb_run_id: 1nyetd15
|
31 |
-
workers: 6
|
|
|
4 |
batch_size: 64
|
5 |
dataset: DF20M
|
6 |
epochs: 1
|
7 |
+
exp_name: exp18
|
8 |
+
exp_path: ../runs/vit_base_patch16_224-CrossEntropyLoss-light/exp18
|
9 |
image_size:
|
10 |
- 224
|
11 |
- 224
|
|
|
21 |
tags:
|
22 |
- DanishFungi2023
|
23 |
- 224x224
|
24 |
+
- Debug
|
25 |
test_samples: 3701
|
26 |
train: null
|
27 |
training_samples: 32692
|
28 |
+
workers: 12
|
|
|
|
|
|