picekl commited on
Commit
8946b0b
·
verified ·
1 Parent(s): f418889

Upload config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.yaml +33 -0
config.yaml ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accumulation_steps: 16
2
+ architecture: beit_base_patch16_384.in22k_ft_in22k_in1k
3
+ augmentations: vit_heavy
4
+ batch_size: 32
5
+ dataset: FungiTastic-Mini
6
+ epochs: 100
7
+ exp_name: exp2
8
+ exp_path: ../runs/beit_base_patch16_384.in22k_ft_in22k_in1k-CrossEntropyLoss-vit_heavy/exp2
9
+ image_size:
10
+ - 384
11
+ - 384
12
+ learning_rate: 0.01
13
+ loss: CrossEntropyLoss
14
+ multigpu: false
15
+ number_of_classes: 215
16
+ optimizer: SGD
17
+ random_seed: 777
18
+ root_path: ../
19
+ run_name: beit_base_patch16_384.in22k_ft_in22k_in1k-CrossEntropyLoss-vit_heavy
20
+ scheduler: plateau
21
+ tags:
22
+ - FungiTastic-M-ClosedSet
23
+ - 384x384
24
+ - Transformer
25
+ test_samples: 10738
26
+ train: null
27
+ training_samples: 46842
28
+ validation_classes: 193
29
+ validation_samples: 9412
30
+ wandb_entity: zcu_cv
31
+ wandb_project: FungiTastic
32
+ wandb_run_id: qqgeaisk
33
+ workers: 12