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