-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmixval_run0.sh
33 lines (30 loc) · 3.24 KB
/
mixval_run0.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
29
30
31
32
33
python val_mixval_intra.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 0.02 --run 0
python val_mixval_intra.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 0.05 --run 0
python val_mixval_intra.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 0.1 --run 0
python val_mixval_intra.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 0.2 --run 0
python val_mixval_intra.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 0.5 --run 0
python val_mixval_intra.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 1.0 --run 0
python val_mixval_intra.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 2.0 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 0.02 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 0.05 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 0.1 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 0.2 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 0.5 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 1.0 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 1 --gpu_id 1 --da uda --method BNM --hyperparam 2.0 --run 0
'''
python val_mixval_intra.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 0.05 --run 0
python val_mixval_intra.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 0.1 --run 0
python val_mixval_intra.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 0.2 --run 0
python val_mixval_intra.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 0.5 --run 0
python val_mixval_intra.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 1.0 --run 0
python val_mixval_intra.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 2.0 --run 0
python val_mixval_intra.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 5.0 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 0.05 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 0.1 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 0.2 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 0.5 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 1.0 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 2.0 --run 0
python val_mixval_inter.py --dset office-home --s 0 --t 2 --gpu_id 1 --da pda --method PADA --hyperparam 5.0 --run 0
'''