forked from Albert0147/G-SFDA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
office-home.sh
49 lines (25 loc) · 1.28 KB
/
office-home.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#ours
python train_src_oh.py --dset p2c --gpu_id 0 --home
python train_src_oh.py --dset p2r --gpu_id 0 --home
python train_src_oh.py --dset p2a --gpu_id 0 --home
python train_src_oh.py --dset a2p --gpu_id 0 --home
python train_src_oh.py --dset a2r --gpu_id 0 --home
python train_src_oh.py --dset a2c --gpu_id 0 --home
python train_src_oh.py --dset r2a --gpu_id 0 --home
python train_src_oh.py --dset r2p --gpu_id 0 --home
python train_src_oh.py --dset r2c --gpu_id 0 --home
python train_src_oh.py --dset c2r --gpu_id 0 --home
python train_src_oh.py --dset c2a --gpu_id 0 --home
python train_src_oh.py --dset c2p --gpu_id 0 --home
python train_tar_oh.py --dset p2a --gpu_id 0 --home
python train_tar_oh.py --dset p2c --gpu_id 0 --home
python train_tar_oh.py --dset p2r --gpu_id 0 --home
python train_tar_oh.py --dset a2p --gpu_id 0 --home
python train_tar_oh.py --dset a2r --gpu_id 0 --home
python train_tar_oh.py --dset a2c --gpu_id 0 --home
python train_tar_oh.py --dset r2a --gpu_id 0 --home
python train_tar_oh.py --dset r2p --gpu_id 0 --home
python train_tar_oh.py --dset r2c --gpu_id 0 --home
python train_tar_oh.py --dset c2r --gpu_id 0 --home
python train_tar_oh.py --dset c2a --gpu_id 0 --home
python train_tar_oh.py --dset c2p --gpu_id 0 --home