-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathfinal.sh
More file actions
6 lines (6 loc) · 1.51 KB
/
Copy pathfinal.sh
File metadata and controls
6 lines (6 loc) · 1.51 KB
1
2
3
4
5
6
CUDA_VISIBLE_DEVICES=0 python3 train_test.py -arch A -T 60 -attention ASA -dataset gesture -data_path /DVSGesture_data -batch_size_train 32 -batch_size_test 4 -clip 10 -num_epochs 200 -seed 0 -ps 00111 -lam 0.5 -reduction 4
CUDA_VISIBLE_DEVICES=0 python3 train_test.py -arch A -T 60 -attention ASA -dataset gait_day -num_classes 20 -data_path /dvs-gait/npy -batch_size_train 32 -batch_size_test 4 -clip 10 -num_epochs 200 -seed 0 -ps 00111 -lam 0.5 -weight_decay 1e-4 -lr 1e-4 -reduction 4
CUDA_VISIBLE_DEVICES=0 python3 train_test.py -arch D -T 60 -attention ASA -dataset gait_night -num_classes 20 -data_path /dvs-gait/dvs-gait-night/DVS128_Gait_Night_npy -batch_size_train 32 -batch_size_test 8 -clip 10 -num_epochs 100 -seed 0 -ps 00111 -lam 0.5 -reduction 8
CUDA_VISIBLE_DEVICES=0 python3 train_test.py -arch B -T 20 -attention ASA -dataset gesture_sj -data_path /DVS_Gesture_dataset -batch_size_train 8 -batch_size_test 4 -clip 1 -num_epochs 200 -seed 0 -lam 0.5 -lr 1e-3 -ds 1 -weight_decay 0 -dt 1 -reduction 4
CUDA_VISIBLE_DEVICES=0 python3 train_test.py -arch B -T 36 -attention ASA -dataset recogition -data_path /Recognition -batch_size_train 4 -batch_size_test 1 -clip 10 -num_epochs 200 -seed 0 -lam 0.5 -lr 1e-4 -ds 2 -weight_decay 0 -dt 120 -num_classes 10 -reduction 4
CUDA_VISIBLE_DEVICES=0 python3 train_test.py -arch B -T 36 -attention ASA -dataset action -data_path /DaliyAction/ -batch_size_train 4 -batch_size_test 1 -clip 10 -num_epochs 100 -seed 0 -lam 0.5 -lr 1e-3 -ds 2 -weight_decay 0 -dt 120 -num_classes 10 -reduction 4