forked from amathislab/DeepDraw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrain_all_torque_task.sh
More file actions
18 lines (12 loc) · 1007 Bytes
/
Copy pathtrain_all_torque_task.sh
File metadata and controls
18 lines (12 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
echo "Training spatial temporal"
#exp id 8015
python3.6 train_all_torque_task.py --type conv --arch_type spatial_temporal --exp_id 415 --proj_size 128 --n_layersfc 1 --start_id 0 --end_id 50
python3.6 train_all_torque_task.py --type conv --arch_type temporal_spatial --exp_id 415 --proj_size 128 --n_layersfc 1 --start_id 0 --end_id 50
python3.6 train_all_torque_task.py --type conv --arch_type spatiotemporal --exp_id 415 --proj_size 128 --n_layersfc 1 --start_id 0 --end_id 50
#### CONV_NEW
echo "Training spatial temporal"
#exp id 8030
python3.6 train_all_torque_task.py --type conv_new --arch_type spatial_temporal --exp_id 430 --proj_size 128 --n_layersfc 1 --start_id 0 --end_id 50
python3.6 train_all_torque_task.py --type conv_new --arch_type temporal_spatial --exp_id 430 --proj_size 128 --n_layersfc 1 --start_id 0 --end_id 50
python3.6 train_all_torque_task.py --type conv_new --arch_type spatiotemporal --exp_id 430 --proj_size 128 --n_layersfc 1 --start_id 0 --end_id 50