-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
68 lines (67 loc) · 1.22 KB
/
config.yaml
File metadata and controls
68 lines (67 loc) · 1.22 KB
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
64
65
66
67
68
# command line: main.py --config config/nturgbd-cross-subject/default.yaml --work-dir ./ --phase test --weights runs-64-40064.pt --device 5
base_lr: 0.1
batch_size: 64
config: config/nturgbd-cross-subject/default.yaml
device:
- 5
eval_interval: 5
feeder: feeders.feeder_ntu.Feeder
ignore_weights: []
log_interval: 100
lr_decay_rate: 0.1
model: model.ctrgcn.Model
model_args:
graph: graph.ntu_rgb_d.Graph
graph_args:
labeling_mode: spatial
num_class: 60
num_person: 2
num_point: 25
model_saved_name: ''
nesterov: true
num_epoch: 65
num_worker: 32
optimizer: SGD
phase: test
print_log: true
save_epoch: 30
save_interval: 1
save_score: false
seed: 1
show_topk:
- 1
- 5
start_epoch: 0
step:
- 35
- 55
temperature: 0.8
test_batch_size: 64
test_feeder_args:
bone: false
data_path: ../data/ntu/NTU60_CS.npz
debug: false
p_interval:
- 0.95
split: test
vel: false
window_size: 64
train_feeder_args:
bone: false
data_path: ../data/ntu/NTU60_CS.npz
debug: false
normalization: false
p_interval:
- 0.5
- 1
random_choose: false
random_move: false
random_rot: true
random_shift: false
split: train
vel: false
window_size: 64
warm_up_epoch: 5
weight_decay: 0.0004
weights: runs-64-40064.pt
work_dir: ./