File size: 938 Bytes
41f97d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
for k in 1 2 3 5 10
do

python finetune_custom.py \
--mode full \
--k $k \
--batch_size 64 \
--num_epochs 200 \
--checkpoint './checkpoint/UniMTS.pth' \
--X_train_path 'UniMTS_data/TNDA-HAR/X_train.npy' \
--y_train_path 'UniMTS_data/TNDA-HAR/y_train.npy' \
--X_test_path 'UniMTS_data/TNDA-HAR/X_test.npy' \
--y_test_path 'UniMTS_data/TNDA-HAR/y_test.npy' \
--config_path 'UniMTS_data/TNDA-HAR/TNDA-HAR.json' \
--joint_list 20 2 21 3 11 \
--original_sampling_rate 50 \
--num_class 8

done

python finetune_custom.py \
--mode full \
--batch_size 64 \
--num_epochs 200 \
--checkpoint './checkpoint/UniMTS.pth' \
--X_train_path 'UniMTS_data/TNDA-HAR/X_train.npy' \
--y_train_path 'UniMTS_data/TNDA-HAR/y_train.npy' \
--X_test_path 'UniMTS_data/TNDA-HAR/X_test.npy' \
--y_test_path 'UniMTS_data/TNDA-HAR/y_test.npy' \
--config_path 'UniMTS_data/TNDA-HAR/TNDA-HAR.json' \
--joint_list 20 2 21 3 11 \
--original_sampling_rate 50 \
--num_class 8