File size: 897 Bytes
47c28cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
    "augmentations": "light",
    "dataset": "DF20M",
    "architecture": "vit_base_patch16_224",
    "train": null,
    "loss": "CrossEntropyLoss",
    "optimizer": "SGD",
    "scheduler": "plateau",
    "epochs": 1,
    "learning_rate": 0.01,
    "batch_size": 64,
    "accumulation_steps": 1,
    "random_seed": 777,
    "workers": 12,
    "multigpu": false,
    "tags": [
        "DanishFungi2023",
        "224x224",
        "Debug"
    ],
    "root_path": "../",
    "run_name": "vit_base_patch16_224-CrossEntropyLoss-light",
    "exp_name": "exp13",
    "exp_path": "../runs/vit_base_patch16_224-CrossEntropyLoss-light/exp13",
    "training_samples": 32692,
    "test_samples": 3701,
    "mean": [
        0.5,
        0.5,
        0.5
    ],
    "std": [
        0.5,
        0.5,
        0.5
    ],
    "input_size": [
        3,
        224,
        224
    ],
    "num_classes": 182
}