-
Notifications
You must be signed in to change notification settings - Fork 9
/
train.sh
48 lines (35 loc) · 3.94 KB
/
train.sh
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
##!/bin/bash
#python main.py --config config/nturgbd-cross-subject/default.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu60/csub/BlockGCN_decay_110_120_140_epochs_new_8heads_deterministic --device 0 1
##
#python main.py --config config/nturgbd-cross-subject/vel.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu60/csub/BlockGCN_decay_110_120_140_epochs_vel_new_8heads_deterministic --device 2 3
##
#python main.py --config config/nturgbd-cross-subject/bone.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu60/csub/BlockGCN_decay_110_120_140_epochs_bone_new_8heads_deterministic --device 4 5
##
#python main.py --config config/nturgbd-cross-subject/bone_vel.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu60/csub/BlockGCN_decay_110_120_140_epochs_bone_vel_new_8heads_deterministic --device 6 7
# deterministic=true
#python main.py --config config/nturgbd-cross-view/default.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu60/cview/BlockGCN_decay_110_120_140_epochs_new_8heads_deterministic --device 0 1
#
#python main.py --config config/nturgbd-cross-view/vel.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu60/cview/BlockGCN_decay_110_120_140_epochs_vel_new_8heads_deterministic --device 2 3
#
#python main.py --config config/nturgbd-cross-view/bone.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu60/cview/BlockGCN_decay_110_120_140_epochs_bone_new_8heads_deterministic --device 4 5
#
#python main.py --config config/nturgbd-cross-view/bone_vel.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu60/cview/BlockGCN_decay_110_120_140_epochs_bone_vel_new_8heads_deterministic --device 6 7
#python main.py --config config/nturgbd120-cross-subject/default.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu120/csub/BlockGCN_decay_110_120_140_epochs_new_8heads_deterministic --device 0 1
#
#python main.py --config config/nturgbd120-cross-subject/vel.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu120/csub/BlockGCN_decay_110_120_140_epochs_vel_new_8heads_deterministic --device 2 3
#
#python main.py --config config/nturgbd120-cross-subject/bone.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu120/csub/BlockGCN_decay_110_120_140_epochs_bone_new_8heads_deterministic --device 4 5
#
#python main.py --config config/nturgbd120-cross-subject/bone_vel.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu120/csub/BlockGCN_decay_110_120_140_epochs_bone_vel_new_8heads_deterministic --device 6 7
#python main.py --config config/nturgbd120-cross-set/default.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu120/cset/BlockGCN_decay_110_120_140_epochs_new_8heads_deterministic --device 0 1
#
#python main.py --config config/nturgbd120-cross-set/vel.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu120/cset/BlockGCN_decay_110_120_140_epochs_vel_new_8heads_deterministic --device 2 3
#
#python main.py --config config/nturgbd120-cross-set/bone.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu120/cset/BlockGCN_decay_110_120_140_epochs_bone_new_8heads_deterministic --device 4 5
#python main.py --config config/nturgbd120-cross-set/bone_vel.yaml --model model.BlockGCN.Model --work-dir work_dir/ntu120/cset/BlockGCN_decay_110_120_140_epochs_bone_vel_new_8heads_deterministic --device 6 7
python main.py --config config/ucla/default.yaml --model model.BlockGCN.Model --work-dir work_dir/ucla/BlockGCN_decay_110_120_140_epochs_new_8heads_deterministic --device 0 1
#
#python main.py --config config/ucla/vel.yaml --model model.BlockGCN.Model --work-dir work_dir/ucla/BlockGCN_decay_110_120_140_epochs_vel_new_8heads_deterministic --device 2 3
#
#python main.py --config config/ucla/bone.yaml --model model.BlockGCN.Model --work-dir work_dir/ucla/BlockGCN_decay_110_120_140_epochs_bone_new_8heads_deterministic --device 4 5
#python main.py --config config/ucla/bone_vel.yaml --model model.BlockGCN.Model --work-dir work_dir/ucla/BlockGCN_decay_110_120_140_epochs_bone_vel_new_8heads_deterministic --device 6 7