-
Notifications
You must be signed in to change notification settings - Fork 19
/
training-length-cuda1.sh
executable file
·16 lines (16 loc) · 1.86 KB
/
training-length-cuda1.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '16-09-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '16-06-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '16-03-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '15-12-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '15-09-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '15-06-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '15-03-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '14-12-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '14-09-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '14-06-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '14-03-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '13-12-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '13-09-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '13-06-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '13-03-01' --device 'cuda:1'
python train.py --epoch 5 --save 1 --l2 0.01 --output 'training-length-l2-001.csv' --date '13-01-01' --device 'cuda:1'