MHanzl commited on
Commit
61f68f7
1 Parent(s): 43a0d0b

Upload config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.yaml +28 -0
config.yaml ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accumulation_steps: 1
2
+ architecture: vit_base_patch16_224
3
+ augmentations: light
4
+ batch_size: 64
5
+ dataset: DF20M
6
+ epochs: 1
7
+ exp_name: exp16
8
+ exp_path: ../runs/vit_base_patch16_224-CrossEntropyLoss-light/exp16
9
+ image_size:
10
+ - 224
11
+ - 224
12
+ learning_rate: 0.01
13
+ loss: CrossEntropyLoss
14
+ multigpu: false
15
+ number_of_classes: 182
16
+ optimizer: SGD
17
+ random_seed: 777
18
+ root_path: ../
19
+ run_name: vit_base_patch16_224-CrossEntropyLoss-light
20
+ scheduler: plateau
21
+ tags:
22
+ - DanishFungi2023
23
+ - 224x224
24
+ - Debug
25
+ test_samples: 3701
26
+ train: null
27
+ training_samples: 32692
28
+ workers: 12