-
Notifications
You must be signed in to change notification settings - Fork 27
/
command.sh
executable file
·15 lines (12 loc) · 1.21 KB
/
command.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
#
#python train.py -a=wideresnet -m=baseline -o=adam -b=225 --dataset=cifar10 --ckpt=ckpt --gpu=0,1 --lr=0.003 --boundary=0 --epochs=1200 &&
#python train.py -a=wideresnet -m=pi -o=adam -b=225 --dataset=cifar10 --ckpt=ckpt --gpu=0,1 --lr=0.0003 --boundary=0 --epochs=1200 &&
#python train.py -a=wideresnet -m=mt -o=adam -b=225 --dataset=cifar10 --ckpt=ckpt --gpu=0,1 --lr=0.0004 --boundary=0 --epochs=1200 &&
#python train.py -a=wideresnet -m=baseline -o=adam -b=225 --dataset=cifar10_zca --ckpt=ckpt --gpu=0,1 --lr=0.003 --boundary=0 --epochs=1200 &&
#python train.py -a=wideresnet -m=pi -o=adam -b=225 --dataset=cifar10_zca --ckpt=ckpt --gpu=0,1 --lr=0.0003 --boundary=0 --epochs=1200 &&
#python train.py -a=wideresnet -m=mt -o=adam -b=225 --dataset=cifar10_zca --ckpt=ckpt --gpu=0,1 --lr=0.0004 --boundary=0 --epochs=1200 &&
#python train.py -a=wideresnet -m=baseline -o=adam -b=198 --dataset=svhn --ckpt=ckpt --gpu=0,1 --lr=0.003 --boundary=0 --epochs=1200 &&
#python train.py -a=wideresnet -m=pi -o=adam -b=198 --dataset=svhn --ckpt=ckpt --gpu=0,1 --lr=0.0003 --boundary=0 --epochs=1200 &&
#python train.py -a=wideresnet -m=mt -o=adam -b=198 --dataset=svhn --ckpt=ckpt --gpu=0,1 --lr=0.0004 --boundary=0 --epochs=1200 &&
ls