Upload config.yaml with huggingface_hub
Browse files- config.yaml +31 -0
config.yaml
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accumulation_steps: 1
|
2 |
+
architecture: resnet50.a1_in1k
|
3 |
+
augmentations: light
|
4 |
+
batch_size: 64
|
5 |
+
dataset: DF20
|
6 |
+
epochs: 100
|
7 |
+
exp_name: exp7
|
8 |
+
exp_path: ../runs/resnet50.a1_in1k-CrossEntropyLoss-light/exp7
|
9 |
+
image_size:
|
10 |
+
- 299
|
11 |
+
- 299
|
12 |
+
learning_rate: 0.01
|
13 |
+
loss: CrossEntropyLoss
|
14 |
+
multigpu: false
|
15 |
+
number_of_classes: 1604
|
16 |
+
optimizer: SGD
|
17 |
+
random_seed: 777
|
18 |
+
root_path: ../
|
19 |
+
run_name: resnet50.a1_in1k-CrossEntropyLoss-light
|
20 |
+
scheduler: plateau
|
21 |
+
tags:
|
22 |
+
- DF20_FIX
|
23 |
+
- 299x299
|
24 |
+
- Production
|
25 |
+
test_samples: 29665
|
26 |
+
train: null
|
27 |
+
training_samples: 266273
|
28 |
+
wandb_entity: zcu_cv
|
29 |
+
wandb_project: DanishFungi2023
|
30 |
+
wandb_run_id: eqofyy4q
|
31 |
+
workers: 6
|