-
Notifications
You must be signed in to change notification settings - Fork 14
/
train.sh
16 lines (11 loc) · 900 Bytes
/
train.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##!/bin/bash
#python main.py \
#--config config/nturgbd120-cross-subject/joint.yaml --model model.Hyperformer.Model --work-dir work_dir/ntu120/csub/Hyperformer_joint --device 2 3 --base-lr 2.5e-2
#python main.py \
#--config config/nturgbd120-cross-set/joint.yaml --model model.Hyperformer.Model --work-dir work_dir/ntu120/cset/Hyperformer_joint --device 2 3 --base-lr 2.5e-2
#python main.py \
#--config config/nturgbd-cross-view/joint.yaml --model model.Hyperformer.Model --work-dir work_dir/ntu60/cview/Hyperformer_joint --device 0 1 --base-lr 2.5e-2
python main.py \
--config config/nturgbd-cross-subject/joint.yaml --model model.Hyperformer.Model --work-dir work_dir/ntu60/csub/Hyperformer_joint --device 0 1 --base-lr 2.5e-2
#python main.py \
#--config config/ucla/joint.yaml --model model.Hyperformer.Model --work-dir work_dir/ucla/Hyperformer_joint --device 0 1 --base-lr 2.5e-2