Jankiny commited on
Commit
4424e71
·
verified ·
1 Parent(s): c346161

Upload 10 files

Browse files
common_vitb16_TinyImageNet_split1_2_exp/ckpts/best.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab663af777fb5951c792d5a2fea79385dd55e09d6c874e591c104a9fb331657c
3
+ size 889874311
common_vitb16_TinyImageNet_split1_2_exp/config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tensorboard": true,
3
+ "wandb": true,
4
+ "exp_name": "common0526_1_vitb16_TinyImageNet_split1_2",
5
+ "cfg": "configs/TinyImageNet/vitb16_common0526_1.yaml",
6
+ "n_gpu": 1,
7
+ "model_arch": "vitb16",
8
+ "checkpoint_path": "runs/train/common0526_1_vitb16_TinyImageNet_split1_1_exp/ckpts/best.ckpt",
9
+ "image_size": 224,
10
+ "batch_size": 64,
11
+ "num_workers_pgpu": 10,
12
+ "max_epochs": null,
13
+ "warmup_epochs": null,
14
+ "train_steps": 4590,
15
+ "warmup_steps": 500,
16
+ "lr": 0.01,
17
+ "lr_strategy": "one_cycle",
18
+ "num_restarts": null,
19
+ "wd": 0.0001,
20
+ "data_dir": "./data",
21
+ "dataset": "TinyImageNet",
22
+ "num_classes": 20,
23
+ "known_classes": [
24
+ 108,
25
+ 147,
26
+ 17,
27
+ 58,
28
+ 193,
29
+ 123,
30
+ 72,
31
+ 144,
32
+ 75,
33
+ 167,
34
+ 134,
35
+ 14,
36
+ 81,
37
+ 171,
38
+ 44,
39
+ 197,
40
+ 152,
41
+ 66,
42
+ 1,
43
+ 133
44
+ ],
45
+ "osr_dataset": null,
46
+ "osr_classes": null,
47
+ "random_seed": 2023,
48
+ "eval": false,
49
+ "opt": "SGD",
50
+ "save_freq": 50,
51
+ "label_smoothing": 0,
52
+ "sim_block": "attention",
53
+ "num_sim_block": 1,
54
+ "sim_task": "reg",
55
+ "plot_model": false,
56
+ "plot_confusion_matrix": false,
57
+ "plot_feature_embedding": false,
58
+ "plot_roc": false,
59
+ "sim_alpha": 0.01,
60
+ "class_anchor": "mean",
61
+ "anchor_freq": 10,
62
+ "fusion": "cross-attention",
63
+ "model_config": {
64
+ "sim_block": "attention",
65
+ "num_sim_block": 1,
66
+ "sim_task": "reg",
67
+ "patch_size": 16,
68
+ "emb_dim": 768,
69
+ "mlp_dim": 3072,
70
+ "num_heads": 12,
71
+ "sim_num_heads": 12,
72
+ "num_layers": 12,
73
+ "attn_dropout_rate": 0.0,
74
+ "dropout_rate": 0.0
75
+ },
76
+ "tensorboard_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split1_2_exp2/tb/",
77
+ "checkpoint_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split1_2_exp2/ckpts/",
78
+ "embedding_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split1_2_exp2/embeddings/",
79
+ "lightning_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split1_2_exp2/lightning_logs/",
80
+ "result_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split1_2_exp2"
81
+ }
common_vitb16_TinyImageNet_split2_2_exp/ckpts/best.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7075f386d06c0cd627e85378691d2d82f36d0ffc55e1213370b85b185eeb264d
3
+ size 889874311
common_vitb16_TinyImageNet_split2_2_exp/config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tensorboard": true,
3
+ "wandb": true,
4
+ "exp_name": "common0526_1_vitb16_TinyImageNet_split2_2",
5
+ "cfg": "configs/TinyImageNet/vitb16_common0526_1.yaml",
6
+ "n_gpu": 1,
7
+ "model_arch": "vitb16",
8
+ "checkpoint_path": "runs/train/common0526_1_vitb16_TinyImageNet_split2_1_exp/ckpts/best.ckpt",
9
+ "image_size": 224,
10
+ "batch_size": 64,
11
+ "num_workers_pgpu": 10,
12
+ "max_epochs": null,
13
+ "warmup_epochs": null,
14
+ "train_steps": 4590,
15
+ "warmup_steps": 500,
16
+ "lr": 0.01,
17
+ "lr_strategy": "one_cycle",
18
+ "num_restarts": null,
19
+ "wd": 0.0001,
20
+ "data_dir": "./data",
21
+ "dataset": "TinyImageNet",
22
+ "num_classes": 20,
23
+ "known_classes": [
24
+ 198,
25
+ 161,
26
+ 91,
27
+ 59,
28
+ 57,
29
+ 134,
30
+ 61,
31
+ 184,
32
+ 90,
33
+ 35,
34
+ 29,
35
+ 23,
36
+ 199,
37
+ 38,
38
+ 133,
39
+ 19,
40
+ 186,
41
+ 18,
42
+ 85,
43
+ 67
44
+ ],
45
+ "osr_dataset": null,
46
+ "osr_classes": null,
47
+ "random_seed": 2023,
48
+ "eval": false,
49
+ "opt": "SGD",
50
+ "save_freq": 50,
51
+ "label_smoothing": 0,
52
+ "sim_block": "attention",
53
+ "num_sim_block": 1,
54
+ "sim_task": "reg",
55
+ "plot_model": false,
56
+ "plot_confusion_matrix": false,
57
+ "plot_feature_embedding": false,
58
+ "plot_roc": false,
59
+ "sim_alpha": 0.01,
60
+ "class_anchor": "mean",
61
+ "anchor_freq": 10,
62
+ "fusion": "cross-attention",
63
+ "model_config": {
64
+ "sim_block": "attention",
65
+ "num_sim_block": 1,
66
+ "sim_task": "reg",
67
+ "patch_size": 16,
68
+ "emb_dim": 768,
69
+ "mlp_dim": 3072,
70
+ "num_heads": 12,
71
+ "sim_num_heads": 12,
72
+ "num_layers": 12,
73
+ "attn_dropout_rate": 0.0,
74
+ "dropout_rate": 0.0
75
+ },
76
+ "tensorboard_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split2_2_exp/tb/",
77
+ "checkpoint_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split2_2_exp/ckpts/",
78
+ "embedding_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split2_2_exp/embeddings/",
79
+ "lightning_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split2_2_exp/lightning_logs/",
80
+ "result_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split2_2_exp"
81
+ }
common_vitb16_TinyImageNet_split3_2_exp/ckpts/best.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cc3f703aa0fddc46c9e8e02b83a0ce1bf698a3ef459f3a651f959d97a2c8345
3
+ size 889874311
common_vitb16_TinyImageNet_split3_2_exp/config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tensorboard": true,
3
+ "wandb": true,
4
+ "exp_name": "common0526_1_vitb16_TinyImageNet_split3_2",
5
+ "cfg": "configs/TinyImageNet/vitb16_common0526_1.yaml",
6
+ "n_gpu": 1,
7
+ "model_arch": "vitb16",
8
+ "checkpoint_path": "runs/train/common0526_1_vitb16_TinyImageNet_split3_1_exp/ckpts/best.ckpt",
9
+ "image_size": 224,
10
+ "batch_size": 64,
11
+ "num_workers_pgpu": 10,
12
+ "max_epochs": null,
13
+ "warmup_epochs": null,
14
+ "train_steps": 4590,
15
+ "warmup_steps": 500,
16
+ "lr": 0.01,
17
+ "lr_strategy": "one_cycle",
18
+ "num_restarts": null,
19
+ "wd": 0.0001,
20
+ "data_dir": "./data",
21
+ "dataset": "TinyImageNet",
22
+ "num_classes": 20,
23
+ "known_classes": [
24
+ 177,
25
+ 0,
26
+ 119,
27
+ 26,
28
+ 78,
29
+ 80,
30
+ 191,
31
+ 46,
32
+ 134,
33
+ 92,
34
+ 31,
35
+ 152,
36
+ 27,
37
+ 60,
38
+ 114,
39
+ 50,
40
+ 51,
41
+ 133,
42
+ 162,
43
+ 93
44
+ ],
45
+ "osr_dataset": null,
46
+ "osr_classes": null,
47
+ "random_seed": 2023,
48
+ "eval": false,
49
+ "opt": "SGD",
50
+ "save_freq": 50,
51
+ "label_smoothing": 0,
52
+ "sim_block": "attention",
53
+ "num_sim_block": 1,
54
+ "sim_task": "reg",
55
+ "plot_model": false,
56
+ "plot_confusion_matrix": false,
57
+ "plot_feature_embedding": false,
58
+ "plot_roc": false,
59
+ "sim_alpha": 0.01,
60
+ "class_anchor": "mean",
61
+ "anchor_freq": 10,
62
+ "fusion": "cross-attention",
63
+ "model_config": {
64
+ "sim_block": "attention",
65
+ "num_sim_block": 1,
66
+ "sim_task": "reg",
67
+ "patch_size": 16,
68
+ "emb_dim": 768,
69
+ "mlp_dim": 3072,
70
+ "num_heads": 12,
71
+ "sim_num_heads": 12,
72
+ "num_layers": 12,
73
+ "attn_dropout_rate": 0.0,
74
+ "dropout_rate": 0.0
75
+ },
76
+ "tensorboard_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split3_2_exp2/tb/",
77
+ "checkpoint_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split3_2_exp2/ckpts/",
78
+ "embedding_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split3_2_exp2/embeddings/",
79
+ "lightning_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split3_2_exp2/lightning_logs/",
80
+ "result_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split3_2_exp2"
81
+ }
common_vitb16_TinyImageNet_split4_2_exp/ckpts/best.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5c5d89016df4572ab602b0fc40c9e368060595da9edbbc589fda58693fa958e
3
+ size 889874311
common_vitb16_TinyImageNet_split4_2_exp/config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tensorboard": true,
3
+ "wandb": true,
4
+ "exp_name": "common0526_1_vitb16_TinyImageNet_split4_2",
5
+ "cfg": "configs/TinyImageNet/vitb16_common0526_1.yaml",
6
+ "n_gpu": 1,
7
+ "model_arch": "vitb16",
8
+ "checkpoint_path": "runs/train/common0526_1_vitb16_TinyImageNet_split4_1_exp/ckpts/best.ckpt",
9
+ "image_size": 224,
10
+ "batch_size": 64,
11
+ "num_workers_pgpu": 10,
12
+ "max_epochs": null,
13
+ "warmup_epochs": null,
14
+ "train_steps": 4590,
15
+ "warmup_steps": 500,
16
+ "lr": 0.01,
17
+ "lr_strategy": "one_cycle",
18
+ "num_restarts": null,
19
+ "wd": 0.0001,
20
+ "data_dir": "./data",
21
+ "dataset": "TinyImageNet",
22
+ "num_classes": 20,
23
+ "known_classes": [
24
+ 98,
25
+ 36,
26
+ 158,
27
+ 177,
28
+ 189,
29
+ 157,
30
+ 170,
31
+ 191,
32
+ 82,
33
+ 196,
34
+ 138,
35
+ 166,
36
+ 43,
37
+ 13,
38
+ 152,
39
+ 11,
40
+ 75,
41
+ 174,
42
+ 193,
43
+ 190
44
+ ],
45
+ "osr_dataset": null,
46
+ "osr_classes": null,
47
+ "random_seed": 2023,
48
+ "eval": false,
49
+ "opt": "SGD",
50
+ "save_freq": 50,
51
+ "label_smoothing": 0,
52
+ "sim_block": "attention",
53
+ "num_sim_block": 1,
54
+ "sim_task": "reg",
55
+ "plot_model": false,
56
+ "plot_confusion_matrix": false,
57
+ "plot_feature_embedding": false,
58
+ "plot_roc": false,
59
+ "sim_alpha": 0.01,
60
+ "class_anchor": "mean",
61
+ "anchor_freq": 10,
62
+ "fusion": "cross-attention",
63
+ "model_config": {
64
+ "sim_block": "attention",
65
+ "num_sim_block": 1,
66
+ "sim_task": "reg",
67
+ "patch_size": 16,
68
+ "emb_dim": 768,
69
+ "mlp_dim": 3072,
70
+ "num_heads": 12,
71
+ "sim_num_heads": 12,
72
+ "num_layers": 12,
73
+ "attn_dropout_rate": 0.0,
74
+ "dropout_rate": 0.0
75
+ },
76
+ "tensorboard_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split4_2_exp2/tb/",
77
+ "checkpoint_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split4_2_exp2/ckpts/",
78
+ "embedding_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split4_2_exp2/embeddings/",
79
+ "lightning_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split4_2_exp2/lightning_logs/",
80
+ "result_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split4_2_exp2"
81
+ }
common_vitb16_TinyImageNet_split5_2_exp/ckpts/best.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d953e9472ffde907a5b4257137144f6c8d4e65ad7419a2ecc3f0f447e8531a92
3
+ size 889874311
common_vitb16_TinyImageNet_split5_2_exp/config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tensorboard": true,
3
+ "wandb": true,
4
+ "exp_name": "common0526_1_vitb16_TinyImageNet_split5_2",
5
+ "cfg": "configs/TinyImageNet/vitb16_common0526_1.yaml",
6
+ "n_gpu": 1,
7
+ "model_arch": "vitb16",
8
+ "checkpoint_path": "runs/train/common0526_1_vitb16_TinyImageNet_split5_1_exp/ckpts/best.ckpt",
9
+ "image_size": 224,
10
+ "batch_size": 64,
11
+ "num_workers_pgpu": 10,
12
+ "max_epochs": null,
13
+ "warmup_epochs": null,
14
+ "train_steps": 4590,
15
+ "warmup_steps": 500,
16
+ "lr": 0.01,
17
+ "lr_strategy": "one_cycle",
18
+ "num_restarts": null,
19
+ "wd": 0.0001,
20
+ "data_dir": "./data",
21
+ "dataset": "TinyImageNet",
22
+ "num_classes": 20,
23
+ "known_classes": [
24
+ 95,
25
+ 6,
26
+ 145,
27
+ 153,
28
+ 0,
29
+ 143,
30
+ 31,
31
+ 23,
32
+ 189,
33
+ 81,
34
+ 20,
35
+ 21,
36
+ 89,
37
+ 26,
38
+ 36,
39
+ 170,
40
+ 102,
41
+ 177,
42
+ 108,
43
+ 169
44
+ ],
45
+ "osr_dataset": null,
46
+ "osr_classes": null,
47
+ "random_seed": 2023,
48
+ "eval": false,
49
+ "opt": "SGD",
50
+ "save_freq": 50,
51
+ "label_smoothing": 0,
52
+ "sim_block": "attention",
53
+ "num_sim_block": 1,
54
+ "sim_task": "reg",
55
+ "plot_model": false,
56
+ "plot_confusion_matrix": false,
57
+ "plot_feature_embedding": false,
58
+ "plot_roc": false,
59
+ "sim_alpha": 0.01,
60
+ "class_anchor": "mean",
61
+ "anchor_freq": 10,
62
+ "fusion": "cross-attention",
63
+ "model_config": {
64
+ "sim_block": "attention",
65
+ "num_sim_block": 1,
66
+ "sim_task": "reg",
67
+ "patch_size": 16,
68
+ "emb_dim": 768,
69
+ "mlp_dim": 3072,
70
+ "num_heads": 12,
71
+ "sim_num_heads": 12,
72
+ "num_layers": 12,
73
+ "attn_dropout_rate": 0.0,
74
+ "dropout_rate": 0.0
75
+ },
76
+ "tensorboard_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split5_2_exp2/tb/",
77
+ "checkpoint_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split5_2_exp2/ckpts/",
78
+ "embedding_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split5_2_exp2/embeddings/",
79
+ "lightning_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split5_2_exp2/lightning_logs/",
80
+ "result_dir": "runs/train/common0526_1_vitb16_TinyImageNet_split5_2_exp2"
81
+ }