youngsm commited on
Commit
dff4d9a
·
verified ·
1 Parent(s): ebe3500

drop legacy training_config.json (renamed to config.json)

Browse files
Files changed (1) hide show
  1. training_config.json +0 -109
training_config.json DELETED
@@ -1,109 +0,0 @@
1
- {
2
- "model": {
3
- "type": "detector-v4",
4
- "labels": [
5
- "interaction"
6
- ],
7
- "num_queries": 12,
8
- "num_classes": 2,
9
- "use_stuff_head": true,
10
- "stuff_classes": [
11
- 0
12
- ],
13
- "mlp_point_proj": false,
14
- "full_in_channels": 1232,
15
- "hidden_channels": 256,
16
- "num_heads": 16,
17
- "depth": 3,
18
- "mlp_ratio": 4.0,
19
- "qkv_bias": true,
20
- "qk_scale": null,
21
- "layer_scale": null,
22
- "pre_norm": true,
23
- "query_type": "learned",
24
- "pos_emb": true,
25
- "supervise_attn_mask": true,
26
- "enable_flash": false,
27
- "upcast_attention": false,
28
- "upcast_softmax": false,
29
- "backbone": {
30
- "type": "PT-v3m2",
31
- "in_channels": 4,
32
- "order": [
33
- "hilbert",
34
- "hilbert-trans",
35
- "z",
36
- "z-trans"
37
- ],
38
- "stride": [
39
- 2,
40
- 2,
41
- 2,
42
- 2
43
- ],
44
- "enc_depths": [
45
- 3,
46
- 3,
47
- 3,
48
- 9,
49
- 3
50
- ],
51
- "enc_channels": [
52
- 48,
53
- 96,
54
- 192,
55
- 384,
56
- 512
57
- ],
58
- "enc_num_head": [
59
- 3,
60
- 6,
61
- 12,
62
- 24,
63
- 32
64
- ],
65
- "enc_patch_size": [
66
- 256,
67
- 256,
68
- 256,
69
- 256,
70
- 256
71
- ],
72
- "mlp_ratio": 4,
73
- "qkv_bias": true,
74
- "qk_scale": null,
75
- "layer_scale": 1e-05,
76
- "attn_drop": 0.0,
77
- "proj_drop": 0.0,
78
- "drop_path": 0.3,
79
- "shuffle_orders": true,
80
- "pre_norm": true,
81
- "enable_rpe": false,
82
- "enable_flash": true,
83
- "upcast_attention": false,
84
- "upcast_softmax": false,
85
- "traceable": false,
86
- "mask_token": false,
87
- "enc_mode": true,
88
- "freeze_encoder": false
89
- },
90
- "criteria": [
91
- {
92
- "type": "FastUnifiedInstanceLoss",
93
- "cost_mask": 1.0,
94
- "cost_dice": 1.0,
95
- "cost_class": 1.0,
96
- "loss_weight_focal": 2.0,
97
- "loss_weight_dice": 5.0,
98
- "cls_weight_matched": 2.0,
99
- "cls_weight_noobj": 0.5,
100
- "focal_alpha": 0.25,
101
- "focal_gamma": 2.0,
102
- "aux_loss_weight": 1.0,
103
- "num_points": 100000,
104
- "truth_label": "instance",
105
- "noobj_mask_loss_weight": 0.0
106
- }
107
- ]
108
- }
109
- }