-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbasic_config.json
63 lines (63 loc) · 1.53 KB
/
basic_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"datetime": "2025_01-08_22:23:51",
"endtime": "None",
"path": {
"dataset_path": "",
"dataset_root_path": "/root/shared-nvme/WWADL",
"basic_path": {
"project_path": "/root/shared-nvme/XRFV2",
"python_path": "/root/.conda/envs/mamba/bin/python",
"log_path": "/root/shared-nvme/code_result/result",
"result_path": "/root/shared-nvme/code_result/result"
},
"log_path": {
"train": "",
"test": ""
},
"result_path": ""
},
"dataset": {
"dataset_name": "WWADLDatasetSingle",
"dataset_info": {},
"num_classes": 30,
"clip_length": 1500,
"data_length": 2048,
"in_channels": {
"wifi": 270,
"imu": 30
}
},
"model": {
"name": "TAD_muti_weight_grc",
"backbone_name": "mamba",
"modality": "imu"
},
"training": {
"train_batch_size": 32,
"num_epoch": 50,
"opt_method": "adamw",
"lr_rate": 4e-05,
"lr_rate_adjust_epoch": 30,
"lr_rate_adjust_factor": 0.5,
"weight_decay": 0.001,
"save_epoch": 501,
"eval_epoch": 501,
"patience": 0,
"DDP": {
"enable": true,
"devices": [
0
]
}
},
"loss": {
"lw": 10,
"cw": 1
},
"testing": {
"top_k": 250,
"nms_thresh": 0.5,
"nms_sigma": 0.95,
"conf_thresh": 0.01
}
}