Upload config.yaml with huggingface_hub
Browse files- config.yaml +9 -9
config.yaml
CHANGED
@@ -3,16 +3,16 @@ architecture: resnet50.a1_in1k
|
|
3 |
augmentations: vit_heavy
|
4 |
batch_size: 32
|
5 |
dataset: DF24
|
6 |
-
epochs:
|
7 |
-
exp_name:
|
8 |
-
exp_path: ../runs/resnet50.a1_in1k-SeeSawLoss-vit_heavy/
|
9 |
image_size:
|
10 |
- 224
|
11 |
- 224
|
12 |
-
learning_rate: 0.
|
13 |
loss: SeeSawLoss
|
14 |
multigpu: false
|
15 |
-
number_of_classes:
|
16 |
optimizer: SGD
|
17 |
random_seed: 777
|
18 |
root_path: ../
|
@@ -22,10 +22,10 @@ tags:
|
|
22 |
- DanishFungi2024
|
23 |
- 224x224
|
24 |
- Convolutional
|
25 |
-
test_samples:
|
26 |
train: null
|
27 |
-
training_samples:
|
28 |
wandb_entity: zcu_cv
|
29 |
-
wandb_project:
|
30 |
-
wandb_run_id:
|
31 |
workers: 8
|
|
|
3 |
augmentations: vit_heavy
|
4 |
batch_size: 32
|
5 |
dataset: DF24
|
6 |
+
epochs: 1
|
7 |
+
exp_name: exp5
|
8 |
+
exp_path: ../runs/resnet50.a1_in1k-SeeSawLoss-vit_heavy/exp5
|
9 |
image_size:
|
10 |
- 224
|
11 |
- 224
|
12 |
+
learning_rate: 0.01
|
13 |
loss: SeeSawLoss
|
14 |
multigpu: false
|
15 |
+
number_of_classes: 2829
|
16 |
optimizer: SGD
|
17 |
random_seed: 777
|
18 |
root_path: ../
|
|
|
22 |
- DanishFungi2024
|
23 |
- 224x224
|
24 |
- Convolutional
|
25 |
+
test_samples: 89659
|
26 |
train: null
|
27 |
+
training_samples: 433701
|
28 |
wandb_entity: zcu_cv
|
29 |
+
wandb_project: DanishFungi24
|
30 |
+
wandb_run_id: yprop9yd
|
31 |
workers: 8
|