Upload 10 files
Browse files- common_cnnr101_MNIST_split1_2_exp/ckpts/best.ckpt +3 -0
- common_cnnr101_MNIST_split1_2_exp/config.json +64 -0
- common_cnnr101_MNIST_split2_2_exp/ckpts/best.ckpt +3 -0
- common_cnnr101_MNIST_split2_2_exp/config.json +69 -0
- common_cnnr101_MNIST_split3_2_exp/ckpts/best.ckpt +3 -0
- common_cnnr101_MNIST_split3_2_exp/config.json +64 -0
- common_cnnr101_MNIST_split4_2_exp/ckpts/best.ckpt +3 -0
- common_cnnr101_MNIST_split4_2_exp/config.json +64 -0
- common_cnnr101_MNIST_split5_2_exp/ckpts/best.ckpt +3 -0
- common_cnnr101_MNIST_split5_2_exp/config.json +64 -0
common_cnnr101_MNIST_split1_2_exp/ckpts/best.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0ec4ffb32dbb2bac591de7e11bd472925ca83e45c72bd6813759055d826e21e
|
3 |
+
size 556558172
|
common_cnnr101_MNIST_split1_2_exp/config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"tensorboard": true,
|
3 |
+
"wandb": true,
|
4 |
+
"exp_name": "common0518_3_cnnr101_MNIST_split1_2",
|
5 |
+
"cfg": "configs/MNIST/cnnr101/common0518_3.yaml",
|
6 |
+
"n_gpu": 1,
|
7 |
+
"model_arch": "cnnr101",
|
8 |
+
"checkpoint_path": "runs/train/common0518_3_cnnr101_MNIST_split1_1_exp/ckpts/best.ckpt",
|
9 |
+
"image_size": 128,
|
10 |
+
"batch_size": 256,
|
11 |
+
"num_workers_pgpu": 10,
|
12 |
+
"max_epochs": 300,
|
13 |
+
"warmup_epochs": 10,
|
14 |
+
"lr": 1e-05,
|
15 |
+
"lr_strategy": "cosine",
|
16 |
+
"num_restarts": 2,
|
17 |
+
"wd": 0.0001,
|
18 |
+
"data_dir": "./data",
|
19 |
+
"dataset": "MNIST",
|
20 |
+
"num_classes": 6,
|
21 |
+
"known_classes": [
|
22 |
+
2,
|
23 |
+
4,
|
24 |
+
5,
|
25 |
+
9,
|
26 |
+
8,
|
27 |
+
3
|
28 |
+
],
|
29 |
+
"osr_dataset": null,
|
30 |
+
"osr_classes": null,
|
31 |
+
"random_seed": 2023,
|
32 |
+
"eval": false,
|
33 |
+
"opt": "SGD",
|
34 |
+
"save_freq": 50,
|
35 |
+
"label_smoothing": 0,
|
36 |
+
"sim_block": "attention",
|
37 |
+
"num_sim_block": 1,
|
38 |
+
"sim_task": "reg",
|
39 |
+
"plot_model": false,
|
40 |
+
"plot_confusion_matrix": false,
|
41 |
+
"plot_feature_embedding": false,
|
42 |
+
"plot_roc": false,
|
43 |
+
"sim_alpha": 0.01,
|
44 |
+
"class_anchor": "mean",
|
45 |
+
"anchor_freq": 10,
|
46 |
+
"fusion": "cross-attention",
|
47 |
+
"model_config": {
|
48 |
+
"sim_block": "attention",
|
49 |
+
"num_sim_block": 1,
|
50 |
+
"sim_task": "reg",
|
51 |
+
"emb_dim": 768,
|
52 |
+
"mlp_dim": 3072,
|
53 |
+
"sim_num_heads": 12,
|
54 |
+
"num_heads": 12,
|
55 |
+
"num_layers": 12,
|
56 |
+
"attn_dropout_rate": 0.0,
|
57 |
+
"dropout_rate": 0.1
|
58 |
+
},
|
59 |
+
"tensorboard_dir": "runs/train/common0518_3_cnnr101_MNIST_split1_2_exp/tb/",
|
60 |
+
"checkpoint_dir": "runs/train/common0518_3_cnnr101_MNIST_split1_2_exp/ckpts/",
|
61 |
+
"embedding_dir": "runs/train/common0518_3_cnnr101_MNIST_split1_2_exp/embeddings/",
|
62 |
+
"lightning_dir": "runs/train/common0518_3_cnnr101_MNIST_split1_2_exp/lightning_logs/",
|
63 |
+
"result_dir": "runs/train/common0518_3_cnnr101_MNIST_split1_2_exp"
|
64 |
+
}
|
common_cnnr101_MNIST_split2_2_exp/ckpts/best.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c221d75507500eff92c66aa7799178f6a125441674a4b30fad424ae2419dd655
|
3 |
+
size 556558364
|
common_cnnr101_MNIST_split2_2_exp/config.json
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"tensorboard": true,
|
3 |
+
"wandb": true,
|
4 |
+
"exp_name": "common0518_3_fix_cnnr101_MNIST_split2_2",
|
5 |
+
"cfg": "configs/MNIST/cnnr101_common0518_3_fix.yaml",
|
6 |
+
"random_seed": 2023,
|
7 |
+
"n_gpu": 1,
|
8 |
+
"model_arch": "cnnr101",
|
9 |
+
"image_size": 128,
|
10 |
+
"checkpoint_path": "runs/train/common0518_3_fix_cnnr101_MNIST_split2_1_exp/ckpts/val_loss-best-v4.ckpt",
|
11 |
+
"data_dir": "./data",
|
12 |
+
"dataset": "MNIST",
|
13 |
+
"num_classes": 6,
|
14 |
+
"known_classes": [
|
15 |
+
3,
|
16 |
+
2,
|
17 |
+
6,
|
18 |
+
9,
|
19 |
+
4,
|
20 |
+
0
|
21 |
+
],
|
22 |
+
"osr_dataset": null,
|
23 |
+
"osr_classes": null,
|
24 |
+
"batch_size": 256,
|
25 |
+
"num_workers_pgpu": 10,
|
26 |
+
"max_epochs": 17,
|
27 |
+
"warmup_epochs": 7,
|
28 |
+
"train_steps": null,
|
29 |
+
"warmup_steps": null,
|
30 |
+
"lr": 1e-05,
|
31 |
+
"lr_strategy": "cosine",
|
32 |
+
"num_restarts": 0,
|
33 |
+
"wd": 0.0001,
|
34 |
+
"opt": "SGD",
|
35 |
+
"save_freq": 50,
|
36 |
+
"label_smoothing": 0,
|
37 |
+
"transform": "default",
|
38 |
+
"resume": false,
|
39 |
+
"sim_block": "attention",
|
40 |
+
"num_sim_block": 1,
|
41 |
+
"sim_task": "reg",
|
42 |
+
"plot_model": false,
|
43 |
+
"plot_confusion_matrix": false,
|
44 |
+
"plot_feature_embedding": false,
|
45 |
+
"plot_roc": false,
|
46 |
+
"sim_alpha": 0.01,
|
47 |
+
"sim_lambda": null,
|
48 |
+
"frozen_encoder": false,
|
49 |
+
"class_anchor": "mean",
|
50 |
+
"anchor_freq": 10,
|
51 |
+
"fusion": "cross-attention",
|
52 |
+
"model_config": {
|
53 |
+
"sim_block": "attention",
|
54 |
+
"num_sim_block": 1,
|
55 |
+
"sim_task": "reg",
|
56 |
+
"emb_dim": 768,
|
57 |
+
"mlp_dim": 3072,
|
58 |
+
"sim_num_heads": 12,
|
59 |
+
"num_heads": 12,
|
60 |
+
"num_layers": 12,
|
61 |
+
"attn_dropout_rate": 0.0,
|
62 |
+
"dropout_rate": 0.1
|
63 |
+
},
|
64 |
+
"tensorboard_dir": "runs/train/common0518_3_fix_cnnr101_MNIST_split2_2_exp17/tb/",
|
65 |
+
"checkpoint_dir": "runs/train/common0518_3_fix_cnnr101_MNIST_split2_2_exp17/ckpts/",
|
66 |
+
"embedding_dir": "runs/train/common0518_3_fix_cnnr101_MNIST_split2_2_exp17/embeddings/",
|
67 |
+
"lightning_dir": "runs/train/common0518_3_fix_cnnr101_MNIST_split2_2_exp17/lightning_logs/",
|
68 |
+
"result_dir": "runs/train/common0518_3_fix_cnnr101_MNIST_split2_2_exp17"
|
69 |
+
}
|
common_cnnr101_MNIST_split3_2_exp/ckpts/best.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7663bbb533bfcacbd13aa8e948c726432f44d009b0f9861957d6993f2f48230f
|
3 |
+
size 556558172
|
common_cnnr101_MNIST_split3_2_exp/config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"tensorboard": true,
|
3 |
+
"wandb": true,
|
4 |
+
"exp_name": "common0518_3_cnnr101_MNIST_split3_2",
|
5 |
+
"cfg": "configs/MNIST/cnnr101/common0518_3.yaml",
|
6 |
+
"n_gpu": 1,
|
7 |
+
"model_arch": "cnnr101",
|
8 |
+
"checkpoint_path": "runs/train/common0518_3_cnnr101_MNIST_split3_1_exp/ckpts/best.ckpt",
|
9 |
+
"image_size": 128,
|
10 |
+
"batch_size": 256,
|
11 |
+
"num_workers_pgpu": 10,
|
12 |
+
"max_epochs": 300,
|
13 |
+
"warmup_epochs": 10,
|
14 |
+
"lr": 1e-05,
|
15 |
+
"lr_strategy": "cosine",
|
16 |
+
"num_restarts": 2,
|
17 |
+
"wd": 0.0001,
|
18 |
+
"data_dir": "./data",
|
19 |
+
"dataset": "MNIST",
|
20 |
+
"num_classes": 6,
|
21 |
+
"known_classes": [
|
22 |
+
5,
|
23 |
+
8,
|
24 |
+
3,
|
25 |
+
2,
|
26 |
+
4,
|
27 |
+
6
|
28 |
+
],
|
29 |
+
"osr_dataset": null,
|
30 |
+
"osr_classes": null,
|
31 |
+
"random_seed": 2023,
|
32 |
+
"eval": false,
|
33 |
+
"opt": "SGD",
|
34 |
+
"save_freq": 50,
|
35 |
+
"label_smoothing": 0,
|
36 |
+
"sim_block": "attention",
|
37 |
+
"num_sim_block": 1,
|
38 |
+
"sim_task": "reg",
|
39 |
+
"plot_model": false,
|
40 |
+
"plot_confusion_matrix": false,
|
41 |
+
"plot_feature_embedding": false,
|
42 |
+
"plot_roc": false,
|
43 |
+
"sim_alpha": 0.01,
|
44 |
+
"class_anchor": "mean",
|
45 |
+
"anchor_freq": 10,
|
46 |
+
"fusion": "cross-attention",
|
47 |
+
"model_config": {
|
48 |
+
"sim_block": "attention",
|
49 |
+
"num_sim_block": 1,
|
50 |
+
"sim_task": "reg",
|
51 |
+
"emb_dim": 768,
|
52 |
+
"mlp_dim": 3072,
|
53 |
+
"sim_num_heads": 12,
|
54 |
+
"num_heads": 12,
|
55 |
+
"num_layers": 12,
|
56 |
+
"attn_dropout_rate": 0.0,
|
57 |
+
"dropout_rate": 0.1
|
58 |
+
},
|
59 |
+
"tensorboard_dir": "runs/train/common0518_3_cnnr101_MNIST_split3_2_exp/tb/",
|
60 |
+
"checkpoint_dir": "runs/train/common0518_3_cnnr101_MNIST_split3_2_exp/ckpts/",
|
61 |
+
"embedding_dir": "runs/train/common0518_3_cnnr101_MNIST_split3_2_exp/embeddings/",
|
62 |
+
"lightning_dir": "runs/train/common0518_3_cnnr101_MNIST_split3_2_exp/lightning_logs/",
|
63 |
+
"result_dir": "runs/train/common0518_3_cnnr101_MNIST_split3_2_exp"
|
64 |
+
}
|
common_cnnr101_MNIST_split4_2_exp/ckpts/best.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9e0e122527a649e0fc81c149c296b2aaaa4788b6d926d90784504f3e7963940
|
3 |
+
size 556558172
|
common_cnnr101_MNIST_split4_2_exp/config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"tensorboard": true,
|
3 |
+
"wandb": true,
|
4 |
+
"exp_name": "common0518_3_cnnr101_MNIST_split4_2",
|
5 |
+
"cfg": "configs/MNIST/cnnr101/common0518_3.yaml",
|
6 |
+
"n_gpu": 1,
|
7 |
+
"model_arch": "cnnr101",
|
8 |
+
"checkpoint_path": "runs/train/common0518_3_cnnr101_MNIST_split4_1_exp/ckpts/best.ckpt",
|
9 |
+
"image_size": 128,
|
10 |
+
"batch_size": 256,
|
11 |
+
"num_workers_pgpu": 10,
|
12 |
+
"max_epochs": 300,
|
13 |
+
"warmup_epochs": 10,
|
14 |
+
"lr": 1e-05,
|
15 |
+
"lr_strategy": "cosine",
|
16 |
+
"num_restarts": 2,
|
17 |
+
"wd": 0.0001,
|
18 |
+
"data_dir": "./data",
|
19 |
+
"dataset": "MNIST",
|
20 |
+
"num_classes": 6,
|
21 |
+
"known_classes": [
|
22 |
+
3,
|
23 |
+
7,
|
24 |
+
8,
|
25 |
+
4,
|
26 |
+
0,
|
27 |
+
5
|
28 |
+
],
|
29 |
+
"osr_dataset": null,
|
30 |
+
"osr_classes": null,
|
31 |
+
"random_seed": 2023,
|
32 |
+
"eval": false,
|
33 |
+
"opt": "SGD",
|
34 |
+
"save_freq": 50,
|
35 |
+
"label_smoothing": 0,
|
36 |
+
"sim_block": "attention",
|
37 |
+
"num_sim_block": 1,
|
38 |
+
"sim_task": "reg",
|
39 |
+
"plot_model": false,
|
40 |
+
"plot_confusion_matrix": false,
|
41 |
+
"plot_feature_embedding": false,
|
42 |
+
"plot_roc": false,
|
43 |
+
"sim_alpha": 0.01,
|
44 |
+
"class_anchor": "mean",
|
45 |
+
"anchor_freq": 10,
|
46 |
+
"fusion": "cross-attention",
|
47 |
+
"model_config": {
|
48 |
+
"sim_block": "attention",
|
49 |
+
"num_sim_block": 1,
|
50 |
+
"sim_task": "reg",
|
51 |
+
"emb_dim": 768,
|
52 |
+
"mlp_dim": 3072,
|
53 |
+
"sim_num_heads": 12,
|
54 |
+
"num_heads": 12,
|
55 |
+
"num_layers": 12,
|
56 |
+
"attn_dropout_rate": 0.0,
|
57 |
+
"dropout_rate": 0.1
|
58 |
+
},
|
59 |
+
"tensorboard_dir": "runs/train/common0518_3_cnnr101_MNIST_split4_2_exp/tb/",
|
60 |
+
"checkpoint_dir": "runs/train/common0518_3_cnnr101_MNIST_split4_2_exp/ckpts/",
|
61 |
+
"embedding_dir": "runs/train/common0518_3_cnnr101_MNIST_split4_2_exp/embeddings/",
|
62 |
+
"lightning_dir": "runs/train/common0518_3_cnnr101_MNIST_split4_2_exp/lightning_logs/",
|
63 |
+
"result_dir": "runs/train/common0518_3_cnnr101_MNIST_split4_2_exp"
|
64 |
+
}
|
common_cnnr101_MNIST_split5_2_exp/ckpts/best.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdde4b591944e2ffa1c43bb661c5e7be26747066ead80986f6cd55e6d14f278e
|
3 |
+
size 556558172
|
common_cnnr101_MNIST_split5_2_exp/config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"tensorboard": true,
|
3 |
+
"wandb": true,
|
4 |
+
"exp_name": "common0518_3_cnnr101_MNIST_split5_2",
|
5 |
+
"cfg": "configs/MNIST/cnnr101/common0518_3.yaml",
|
6 |
+
"n_gpu": 1,
|
7 |
+
"model_arch": "cnnr101",
|
8 |
+
"checkpoint_path": "runs/train/common0518_3_cnnr101_MNIST_split5_1_exp/ckpts/best.ckpt",
|
9 |
+
"image_size": 128,
|
10 |
+
"batch_size": 256,
|
11 |
+
"num_workers_pgpu": 10,
|
12 |
+
"max_epochs": 300,
|
13 |
+
"warmup_epochs": 10,
|
14 |
+
"lr": 1e-05,
|
15 |
+
"lr_strategy": "cosine",
|
16 |
+
"num_restarts": 2,
|
17 |
+
"wd": 0.0001,
|
18 |
+
"data_dir": "./data",
|
19 |
+
"dataset": "MNIST",
|
20 |
+
"num_classes": 6,
|
21 |
+
"known_classes": [
|
22 |
+
6,
|
23 |
+
3,
|
24 |
+
4,
|
25 |
+
9,
|
26 |
+
8,
|
27 |
+
2
|
28 |
+
],
|
29 |
+
"osr_dataset": null,
|
30 |
+
"osr_classes": null,
|
31 |
+
"random_seed": 2023,
|
32 |
+
"eval": false,
|
33 |
+
"opt": "SGD",
|
34 |
+
"save_freq": 50,
|
35 |
+
"label_smoothing": 0,
|
36 |
+
"sim_block": "attention",
|
37 |
+
"num_sim_block": 1,
|
38 |
+
"sim_task": "reg",
|
39 |
+
"plot_model": false,
|
40 |
+
"plot_confusion_matrix": false,
|
41 |
+
"plot_feature_embedding": false,
|
42 |
+
"plot_roc": false,
|
43 |
+
"sim_alpha": 0.01,
|
44 |
+
"class_anchor": "mean",
|
45 |
+
"anchor_freq": 10,
|
46 |
+
"fusion": "cross-attention",
|
47 |
+
"model_config": {
|
48 |
+
"sim_block": "attention",
|
49 |
+
"num_sim_block": 1,
|
50 |
+
"sim_task": "reg",
|
51 |
+
"emb_dim": 768,
|
52 |
+
"mlp_dim": 3072,
|
53 |
+
"sim_num_heads": 12,
|
54 |
+
"num_heads": 12,
|
55 |
+
"num_layers": 12,
|
56 |
+
"attn_dropout_rate": 0.0,
|
57 |
+
"dropout_rate": 0.1
|
58 |
+
},
|
59 |
+
"tensorboard_dir": "runs/train/common0518_3_cnnr101_MNIST_split5_2_exp/tb/",
|
60 |
+
"checkpoint_dir": "runs/train/common0518_3_cnnr101_MNIST_split5_2_exp/ckpts/",
|
61 |
+
"embedding_dir": "runs/train/common0518_3_cnnr101_MNIST_split5_2_exp/embeddings/",
|
62 |
+
"lightning_dir": "runs/train/common0518_3_cnnr101_MNIST_split5_2_exp/lightning_logs/",
|
63 |
+
"result_dir": "runs/train/common0518_3_cnnr101_MNIST_split5_2_exp"
|
64 |
+
}
|