-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.sh
28 lines (21 loc) · 2.69 KB
/
demo.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# python mains.py train --dataset_name 'Chikusei' --n_blocks 6 --epochs 60 --batch_size 16 --n_subs 4 --n_ovls 1 --out_feats 32 --n_scale 2 --gpus "0,1"
# python mains.py test --dataset_name 'Chikusei' --n_blocks 6 --n_subs 4 --n_ovls 1 --out_feats 128 --n_scale 2 --cuda 1 --gpus "0,1"
# python mains.py train --dataset_name 'Chikusei' --n_blocks 6 --epochs 60 --batch_size 16 --n_subs 4 --n_ovls 1 --out_feats 32 --n_scale 4 --gpus "0,1"
# python mains.py test --dataset_name 'Chikusei' --n_blocks 6 --n_subs 4 --n_ovls 1 --out_feats 128 --n_scale 4 --cuda 1 --gpus "0,1"
# python mains.py train --dataset_name 'Chikusei' --n_blocks 6 --epochs 60 --batch_size 16 --n_subs 4 --n_ovls 1 --out_feats 32 --n_scale 8 --gpus "0,1"
# python mains.py test --dataset_name 'Chikusei' --n_blocks 6 --n_subs 4 --n_ovls 1 --out_feats 128 --n_scale 8 --cuda 1 --gpus "0,1"
# python mains.py train --dataset_name 'Cave' --n_blocks 6 --epochs 60 --batch_size 16 --n_subs 4 --n_ovls 1 --out_feats 64 --n_scale 2 --gpus "0,1"
# python mains.py test --dataset_name 'Cave' --n_blocks 6 --n_subs 4 --n_ovls 1 --out_feats 128 --n_scale 2 --cuda 1 --gpus "0,1"
# python mains.py train --dataset_name 'Cave' --n_blocks 6 --epochs 60 --batch_size 16 --n_subs 4 --n_ovls 1 --out_feats 64 --n_scale 4 --gpus "0,1"
# python mains.py test --dataset_name 'Cave' --n_blocks 6 --n_subs 4 --n_ovls 1 --out_feats 128 --n_scale 4 --cuda 1 --gpus "0,1"
# python mains.py train --dataset_name 'Cave' --n_blocks 6 --epochs 60 --batch_size 16 --n_subs 4 --n_ovls 1 --out_feats 64 --n_scale 8 --gpus "0,1"
# python mains.py test --dataset_name 'Cave' --n_blocks 6 --n_subs 4 --n_ovls 1 --out_feats 128 --n_scale 8 --cuda 1 --gpus "0,1"
# python mains.py train --dataset_name 'Pavia' --n_blocks 6 --epochs 60 --batch_size 16 --n_subs 4 --n_ovls 1 --out_feats 32 --n_scale 2 --gpus "0,1"
# python mains.py test --dataset_name 'Pavia' --n_blocks 6 --n_subs 4 --n_ovls 1 --out_feats 128 --n_scale 2 --cuda 1 --gpus "0,1"
# python mains.py train --dataset_name 'Pavia' --n_blocks 6 --epochs 60 --batch_size 16 --n_subs 4 --n_ovls 1 --out_feats 128 --n_scale 4 --gpus "0,1"
# python mains.py test --dataset_name 'Pavia' --n_blocks 6 --n_subs 4 --n_ovls 1 --out_feats 128 --n_scale 4 --cuda 1 --gpus "0,1"
# python mains.py train --dataset_name 'Pavia' --n_blocks 6 --epochs 60 --batch_size 16 --n_subs 4 --n_ovls 1 --out_feats 64 --n_scale 8 --gpus "0,1"
# python mains.py test --dataset_name 'Pavia' --n_blocks 6 --n_subs 4 --n_ovls 1 --out_feats 64 --n_scale 8 --cuda 1 --gpus "0,1"
# efficiency
python mains.py train --dataset_name 'Pavia' --n_blocks 6 --epochs 60 --batch_size 16 --n_subs 4 --n_ovls 1 --out_feats 64 --n_scale 8 --gpus "0,1"
# python mains.py test --cuda 1 --gpus "0,1"