Jankiny commited on
Commit
6fcb242
·
verified ·
1 Parent(s): f0827f9

Upload 2 files

Browse files
common_cnnr101_FGVC_split1_2_exp/ckpts/best.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7ced36f4f88b6202b33cf6ce03e74481ef7e40f7fa2ae526ec3601a7c44e2ab
3
+ size 556873244
common_cnnr101_FGVC_split1_2_exp/config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tensorboard": true,
3
+ "wandb": "runs/train/common0813_1_cnnr101_FGVC_split1_2_exp/wandb",
4
+ "exp_name": "common0813_1_cnnr101_FGVC_split1_2",
5
+ "cfg": "configs/FGVC/cnnr101_common0813_1.yaml",
6
+ "random_seed": 2023,
7
+ "n_gpu": 1,
8
+ "model_arch": "cnnr101",
9
+ "image_size": 448,
10
+ "checkpoint_path": "runs/train/common0813_1_cnnr101_FGVC_split1_1_exp/ckpts/best.ckpt",
11
+ "data_dir": "./data",
12
+ "dataset": "FGVC",
13
+ "num_classes": 50,
14
+ "known_classes": [
15
+ 0,
16
+ 1,
17
+ 2,
18
+ 3,
19
+ 4,
20
+ 5,
21
+ 10,
22
+ 11,
23
+ 14,
24
+ 16,
25
+ 17,
26
+ 19,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 27,
32
+ 28,
33
+ 29,
34
+ 30,
35
+ 33,
36
+ 36,
37
+ 37,
38
+ 38,
39
+ 39,
40
+ 41,
41
+ 43,
42
+ 44,
43
+ 45,
44
+ 46,
45
+ 47,
46
+ 48,
47
+ 52,
48
+ 53,
49
+ 56,
50
+ 57,
51
+ 58,
52
+ 63,
53
+ 64,
54
+ 65,
55
+ 66,
56
+ 67,
57
+ 71,
58
+ 73,
59
+ 76,
60
+ 77,
61
+ 79,
62
+ 92,
63
+ 95,
64
+ 99
65
+ ],
66
+ "osr_dataset": null,
67
+ "osr_classes": null,
68
+ "batch_size": 16,
69
+ "num_workers_pgpu": 10,
70
+ "max_epochs": null,
71
+ "warmup_epochs": null,
72
+ "train_steps": 15900,
73
+ "warmup_steps": 500,
74
+ "lr": 0.01,
75
+ "lr_strategy": "one_cycle",
76
+ "num_restarts": null,
77
+ "wd": 1e-05,
78
+ "opt": "SGD",
79
+ "save_freq": 50,
80
+ "label_smoothing": 0.1,
81
+ "transform": "rand-augment",
82
+ "resume": false,
83
+ "eval": false,
84
+ "sim_block": "attention",
85
+ "num_sim_block": 1,
86
+ "sim_task": "reg",
87
+ "plot_model": false,
88
+ "plot_confusion_matrix": false,
89
+ "plot_feature_embedding": false,
90
+ "plot_roc": false,
91
+ "sim_alpha": 0.01,
92
+ "sim_lambda": 0.01,
93
+ "frozen_encoder": false,
94
+ "class_anchor": "mean",
95
+ "anchor_freq": 30,
96
+ "fusion": "cross-attention",
97
+ "model_config": {
98
+ "sim_block": "attention",
99
+ "num_sim_block": 1,
100
+ "sim_task": "reg",
101
+ "emb_dim": 768,
102
+ "mlp_dim": 3072,
103
+ "sim_num_heads": 12,
104
+ "num_heads": 12,
105
+ "num_layers": 12,
106
+ "attn_dropout_rate": 0.0,
107
+ "dropout_rate": 0.1
108
+ },
109
+ "checkpoint_dir": "runs/train/common0813_1_cnnr101_FGVC_split1_2_exp/ckpts/",
110
+ "embedding_dir": "runs/train/common0813_1_cnnr101_FGVC_split1_2_exp/embeddings/",
111
+ "lightning_dir": "runs/train/common0813_1_cnnr101_FGVC_split1_2_exp/lightning_logs/",
112
+ "result_dir": "runs/train/common0813_1_cnnr101_FGVC_split1_2_exp",
113
+ "tensorboard_dir": "runs/train/common0813_1_cnnr101_FGVC_split1_2_exp/tb"
114
+ }