File size: 3,129 Bytes
4b314ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
    "tensorboard": true,
    "wandb": true,
    "exp_name": "common0605_1_vitb16_CUB_split1_2",
    "cfg": "configs/CUB/vitb16_common0605_1.yaml",
    "random_seed": 2023,
    "n_gpu": 1,
    "model_arch": "vitb16",
    "image_size": 448,
    "checkpoint_path": "runs/train/common0605_1_vitb16_CUB_split1_1_exp/ckpts/best.ckpt",
    "data_dir": "./data",
    "dataset": "CUB",
    "num_classes": 100,
    "known_classes": [
        150,
        70,
        34,
        178,
        199,
        131,
        129,
        147,
        134,
        11,
        26,
        93,
        95,
        121,
        123,
        99,
        149,
        167,
        18,
        31,
        69,
        198,
        116,
        158,
        126,
        17,
        5,
        179,
        111,
        163,
        184,
        81,
        174,
        42,
        53,
        89,
        77,
        55,
        23,
        48,
        43,
        44,
        56,
        28,
        193,
        143,
        0,
        176,
        84,
        15,
        38,
        154,
        141,
        190,
        172,
        124,
        189,
        19,
        80,
        157,
        12,
        9,
        79,
        30,
        94,
        67,
        197,
        97,
        168,
        137,
        119,
        76,
        98,
        88,
        40,
        106,
        171,
        87,
        166,
        186,
        27,
        51,
        144,
        135,
        161,
        64,
        177,
        7,
        146,
        61,
        50,
        162,
        133,
        82,
        39,
        74,
        72,
        91,
        196,
        136
    ],
    "osr_dataset": null,
    "osr_classes": null,
    "batch_size": 16,
    "num_workers_pgpu": 10,
    "max_epochs": null,
    "warmup_epochs": null,
    "train_steps": 6000,
    "warmup_steps": 500,
    "lr": 0.008,
    "lr_strategy": "one_cycle",
    "num_restarts": null,
    "wd": 1e-05,
    "eval": false,
    "opt": "SGD",
    "save_freq": 50,
    "label_smoothing": 0,
    "transform": "default",
    "sim_block": "attention",
    "num_sim_block": 1,
    "sim_task": "reg",
    "plot_model": false,
    "plot_confusion_matrix": false,
    "plot_feature_embedding": false,
    "plot_roc": false,
    "sim_alpha": 0.01,
    "class_anchor": "mean",
    "anchor_freq": 10,
    "fusion": "cross-attention",
    "model_config": {
        "sim_block": "attention",
        "num_sim_block": 1,
        "sim_task": "reg",
        "patch_size": 16,
        "emb_dim": 768,
        "mlp_dim": 3072,
        "num_heads": 12,
        "sim_num_heads": 12,
        "num_layers": 12,
        "attn_dropout_rate": 0.0,
        "dropout_rate": 0.1
    },
    "tensorboard_dir": "runs/train/common0605_1_vitb16_CUB_split1_2_exp11/tb/",
    "checkpoint_dir": "runs/train/common0605_1_vitb16_CUB_split1_2_exp11/ckpts/",
    "embedding_dir": "runs/train/common0605_1_vitb16_CUB_split1_2_exp11/embeddings/",
    "lightning_dir": "runs/train/common0605_1_vitb16_CUB_split1_2_exp11/lightning_logs/",
    "result_dir": "runs/train/common0605_1_vitb16_CUB_split1_2_exp11"
}