Upload config.yaml with huggingface_hub
Browse files- config.yaml +9 -9
config.yaml
CHANGED
@@ -2,7 +2,7 @@ accumulation_steps: 8
|
|
2 |
architecture: swin_base_patch4_window12_384.ms_in1k
|
3 |
augmentations: vit_heavy
|
4 |
batch_size: 32
|
5 |
-
dataset:
|
6 |
epochs: 50
|
7 |
exp_name: exp1
|
8 |
exp_path: ../runs/swin_base_patch4_window12_384.ms_in1k-SeeSawLoss-vit_heavy/exp1
|
@@ -12,20 +12,20 @@ image_size:
|
|
12 |
learning_rate: 0.01
|
13 |
loss: SeeSawLoss
|
14 |
multigpu: false
|
15 |
-
number_of_classes:
|
16 |
optimizer: SGD
|
17 |
random_seed: 777
|
18 |
root_path: ../
|
19 |
run_name: swin_base_patch4_window12_384.ms_in1k-SeeSawLoss-vit_heavy
|
20 |
scheduler: plateau
|
21 |
tags:
|
22 |
-
-
|
23 |
- 384x384
|
24 |
-
-
|
25 |
-
test_samples:
|
26 |
train: null
|
27 |
-
training_samples:
|
28 |
wandb_entity: zcu_cv
|
29 |
-
wandb_project:
|
30 |
-
wandb_run_id:
|
31 |
-
workers:
|
|
|
2 |
architecture: swin_base_patch4_window12_384.ms_in1k
|
3 |
augmentations: vit_heavy
|
4 |
batch_size: 32
|
5 |
+
dataset: DF24m
|
6 |
epochs: 50
|
7 |
exp_name: exp1
|
8 |
exp_path: ../runs/swin_base_patch4_window12_384.ms_in1k-SeeSawLoss-vit_heavy/exp1
|
|
|
12 |
learning_rate: 0.01
|
13 |
loss: SeeSawLoss
|
14 |
multigpu: false
|
15 |
+
number_of_classes: 215
|
16 |
optimizer: SGD
|
17 |
random_seed: 777
|
18 |
root_path: ../
|
19 |
run_name: swin_base_patch4_window12_384.ms_in1k-SeeSawLoss-vit_heavy
|
20 |
scheduler: plateau
|
21 |
tags:
|
22 |
+
- DF24-CloseSet
|
23 |
- 384x384
|
24 |
+
- Transformers
|
25 |
+
test_samples: 9412
|
26 |
train: null
|
27 |
+
training_samples: 46842
|
28 |
wandb_entity: zcu_cv
|
29 |
+
wandb_project: DanishFungi2024
|
30 |
+
wandb_run_id: kcnda64f
|
31 |
+
workers: 12
|