File size: 1,128 Bytes
c28a7e4
 
 
548f958
c28a7e4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
44
45
46
{
    "dataset": "flowers102",
    "data_dir": "./data",
    "batch_size": 16,
    "epochs": 300,
    "learning_rate": 0.005,
    "warmup_lr": 1e-05,
    "min_lr": 0.0001,
    "num_epochs_warmup": 25,
    "weight_decay": 0.05,
    "num_workers": 4,
    "model_type": "only-gla",
    "model_size": "tiny",
    "patch_size": 4,
    "channels": 3,
    "alpha": 0.5,
    "drop_rate": 0.2,
    "if_cls_token": false,
    "use_middle_cls_token": false,
    "classification_mode": "avgpool",
    "if_abs_pos_embed": true,
    "if_rc_pe": false,
    "attn_model": "fused_chunk",
    "use_out_act": false,
    "use_out_gate": false,
    "use_act_in_conv": false,
    "rope_mode": "none",
    "expand_k": 0.5,
    "expand_v": 1,
    "patch_embed_version": "v2",
    "start_decay": 2250,
    "prune_range": 100,
    "prune_ratio": 0.4,
    "output_dir": "./output",
    "checkpoint_path": "./checkpoint.pth",
    "use_wandb": false,
    "is_GLA_first": false,
    "is_PE_onlyGLA": true,
    "is_PE_onlyFFT": false,
    "img_size": 224,
    "num_classes": 102,
    "depth": 12,
    "num_heads": 6,
    "embed_dim": 192,
    "mlp_ratio": 4
}