Jankiny commited on
Commit
80ccaaf
·
verified ·
1 Parent(s): 47bb2dd

Delete common_vitb16_TinyImageNet_split5_2_exp

Browse files
common_vitb16_TinyImageNet_split5_2_exp/config.json DELETED
@@ -1,81 +0,0 @@
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
- }