qiushuocheng commited on
Commit
ce3edbb
·
verified ·
1 Parent(s): 7967cd2

Upload run.sh with huggingface_hub

Browse files
Files changed (1) hide show
  1. run.sh +36 -7
run.sh CHANGED
@@ -1,13 +1,42 @@
1
- # python main.py detection_ds_linear_evaluation --config ./config/release/gcn_ntu60/linear_eval/detection_usdrl.yaml
2
 
3
- # python main.py detection_stgcn_evaluation --config /root/autodl-tmp/Simple-Skeleton-Detection/config/release/gcn_ntu60/linear_eval/rvtclr/babel.yaml
4
 
5
- # python main.py detection_stgcn_evaluation --config /root/autodl-tmp/Simple-Skeleton-Detection/config/release/gcn_ntu60/linear_eval/rvtclr/babel_ours.yaml
 
6
 
7
- # python main.py detection_stgcn_evaluation --config /root/autodl-tmp/Simple-Skeleton-Detection/config/release/gcn_ntu60/linear_eval/rvtclr/ntu.yaml
8
 
9
- # python main.py detection_stgcn_evaluation --config /root/autodl-tmp/Simple-Skeleton-Detection/config/release/gcn_ntu60/linear_eval/rvtclr/ntu_ours.yaml
10
 
11
- python main.py detection_stgcn_evaluation --config /root/autodl-tmp/Simple-Skeleton-Detection/config/release/gcn_ntu60/linear_eval/rvtclr/babel_ours_hyper.yaml
12
 
13
- python main.py detection_stgcn_evaluation --config /root/autodl-tmp/Simple-Skeleton-Detection/config/release/gcn_ntu60/linear_eval/rvtclr/babel_stgcn.yaml
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cd /root/autodl-tmp/workshop2
2
 
 
3
 
4
+ # # cl agcn
5
+ python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/cl_agcn/train_split1.yaml
6
 
7
+ # python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/cl_agcn/train_split2.yaml
8
 
9
+ # python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/cl_agcn/train_split3.yaml
10
 
 
11
 
12
+ # ours all agcn
13
+ python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/ours_all_agcn/train_split1.yaml
14
+
15
+ # python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/ours_all_agcn/train_split2.yaml
16
+
17
+ # python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/ours_all_agcn/train_split3.yaml
18
+
19
+
20
+ # # ours dtcl agcn
21
+ # python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/ours_dtcl_agcn/train_split1.yaml
22
+
23
+ # python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/ours_dtcl_agcn/train_split2.yaml
24
+
25
+ # python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/ours_dtcl_agcn/train_split3.yaml
26
+
27
+
28
+
29
+ # # ours all unik
30
+ # python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/ours_all_transformer/train_split1.yaml
31
+
32
+ # python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/ours_all_transformer/train_split2.yaml
33
+
34
+ # python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/ours_all_transformer/train_split3.yaml
35
+
36
+
37
+ # # # cl unik
38
+ # python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/cl_transformer/train_split1.yaml
39
+
40
+ # python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/cl_transformer/train_split2.yaml
41
+
42
+ # python train_full_SSL.py --config /root/autodl-tmp/workshop2/configs/cl_transformer/train_split3.yaml