-
Notifications
You must be signed in to change notification settings - Fork 13
/
run_svhn.sh
19 lines (19 loc) · 2.69 KB
/
run_svhn.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --Ns 2000 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --Ns 3000 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --Ns 4000 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --Ns 5000 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --cp 2 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --cp 4 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --cp 8 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --cp 32 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --cp 64 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --basicLabelRatio 0.0 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --basicLabelRatio 0.2 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --basicLabelRatio 0.6 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --basicLabelRatio 0.8 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 11 --epoch 40 --eval_grad 0 --model res_gn --basicLabelRatio 1.0 --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 21 --epoch 40 --eval_grad 0 --model res_gn --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 20 --size 21 --epoch 40 --eval_grad 0 --model res_gn --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 10 --size 31 --epoch 40 --eval_grad 0 --model res_gn --datasetid 1
nohup python train_parallel.py --GPU_list 01234 --H 1 --num_comm_ue 30 --size 31 --epoch 40 --eval_grad 0 --model res_gn --datasetid 1