drop legacy training_config.json (renamed to config.json)
Browse files- training_config.json +0 -64
training_config.json
DELETED
|
@@ -1,64 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model": {
|
| 3 |
-
"type": "PT-v3m2",
|
| 4 |
-
"in_channels": 4,
|
| 5 |
-
"order": [
|
| 6 |
-
"hilbert",
|
| 7 |
-
"hilbert-trans",
|
| 8 |
-
"z",
|
| 9 |
-
"z-trans"
|
| 10 |
-
],
|
| 11 |
-
"stride": [
|
| 12 |
-
2,
|
| 13 |
-
2,
|
| 14 |
-
2,
|
| 15 |
-
2
|
| 16 |
-
],
|
| 17 |
-
"enc_depths": [
|
| 18 |
-
3,
|
| 19 |
-
3,
|
| 20 |
-
3,
|
| 21 |
-
9,
|
| 22 |
-
3
|
| 23 |
-
],
|
| 24 |
-
"enc_channels": [
|
| 25 |
-
48,
|
| 26 |
-
96,
|
| 27 |
-
192,
|
| 28 |
-
384,
|
| 29 |
-
512
|
| 30 |
-
],
|
| 31 |
-
"enc_num_head": [
|
| 32 |
-
3,
|
| 33 |
-
6,
|
| 34 |
-
12,
|
| 35 |
-
24,
|
| 36 |
-
32
|
| 37 |
-
],
|
| 38 |
-
"enc_patch_size": [
|
| 39 |
-
256,
|
| 40 |
-
256,
|
| 41 |
-
256,
|
| 42 |
-
256,
|
| 43 |
-
256
|
| 44 |
-
],
|
| 45 |
-
"mlp_ratio": 4,
|
| 46 |
-
"qkv_bias": true,
|
| 47 |
-
"qk_scale": null,
|
| 48 |
-
"layer_scale": 1e-05,
|
| 49 |
-
"attn_drop": 0.0,
|
| 50 |
-
"proj_drop": 0.0,
|
| 51 |
-
"drop_path": 0.3,
|
| 52 |
-
"shuffle_orders": true,
|
| 53 |
-
"pre_norm": true,
|
| 54 |
-
"enable_rpe": false,
|
| 55 |
-
"enable_flash": true,
|
| 56 |
-
"upcast_attention": false,
|
| 57 |
-
"upcast_softmax": false,
|
| 58 |
-
"traceable": true,
|
| 59 |
-
"enc_mode": true,
|
| 60 |
-
"mask_token": true,
|
| 61 |
-
"cpe_first_layer_only": false,
|
| 62 |
-
"cpe_shared_weight": false
|
| 63 |
-
}
|
| 64 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|