-
Notifications
You must be signed in to change notification settings - Fork 3
/
script_action_classification_cmd.sh
23 lines (20 loc) · 1.19 KB
/
script_action_classification_cmd.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
CUDA_VISIBLE_DEVICES=0 python action_classification_cmd.py \
--lr 0.1 \
--batch-size 64 \
--pretrained /data/user/ACTION/CMD/checkpoints/pretrain_moco_cmd/ntu60_cross_subject/checkpoint_0450.pth.tar \
--finetune-dataset ntu60 --protocol cross_subject --finetune-skeleton-representation graph-based
CUDA_VISIBLE_DEVICES=0 python action_classification_cmd.py \
--lr 0.1 \
--batch-size 64 \
--pretrained /data/user/ACTION/CMD/checkpoints/pretrain_moco_cmd/ntu60_cross_view/checkpoint_0450.pth.tar \
--finetune-dataset ntu60 --protocol cross_view --finetune-skeleton-representation graph-based
CUDA_VISIBLE_DEVICES=0 python action_classification_cmd.py \
--lr 0.1 \
--batch-size 64 \
--pretrained /data/user/ACTION/CMD/checkpoints/pretrain_moco_cmd/ntu120_cross_subject/checkpoint_0450.pth.tar \
--finetune-dataset ntu120 --protocol cross_subject --finetune-skeleton-representation graph-based
CUDA_VISIBLE_DEVICES=0 python action_classification_cmd.py \
--lr 0.1 \
--batch-size 64 \
--pretrained /data/user/ACTION/CMD/checkpoints/pretrain_moco_cmd/ntu120_cross_setup/checkpoint_0450.pth.tar \
--finetune-dataset ntu120 --protocol cross_setup --finetune-skeleton-representation graph-based