Upload config.yaml with huggingface_hub
Browse files- config.yaml +32 -0
config.yaml
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accumulation_steps: 1
|
2 |
+
architecture: vit_base_patch16_224.augreg_in21k_ft_in1k
|
3 |
+
augmentations: vit_heavy
|
4 |
+
batch_size: 64
|
5 |
+
dataset: FungiTastic-Mini
|
6 |
+
epochs: 100
|
7 |
+
exp_name: exp1
|
8 |
+
exp_path: ../runs/vit_base_patch16_224.augreg_in21k_ft_in1k-CrossEntropyLoss-vit_heavy/exp1
|
9 |
+
image_size:
|
10 |
+
- 224
|
11 |
+
- 224
|
12 |
+
learning_rate: 0.1
|
13 |
+
loss: CrossEntropyLoss
|
14 |
+
multigpu: false
|
15 |
+
number_of_classes: 215
|
16 |
+
optimizer: SGD
|
17 |
+
random_seed: 555
|
18 |
+
root_path: ../
|
19 |
+
run_name: vit_base_patch16_224.augreg_in21k_ft_in1k-CrossEntropyLoss-vit_heavy
|
20 |
+
scheduler: plateau
|
21 |
+
tags:
|
22 |
+
- FungiTastic-M-CloseSet
|
23 |
+
- 224x224
|
24 |
+
test_samples: 10738
|
25 |
+
train: null
|
26 |
+
training_samples: 46842
|
27 |
+
validation_classes: 193
|
28 |
+
validation_samples: 9412
|
29 |
+
wandb_entity: zcu_cv
|
30 |
+
wandb_project: FungiTastic
|
31 |
+
wandb_run_id: 2qxbxqff
|
32 |
+
workers: 8
|