-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgpu012.sh
More file actions
35 lines (33 loc) · 1.99 KB
/
Copy pathgpu012.sh
File metadata and controls
35 lines (33 loc) · 1.99 KB
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
#!/usr/bin/env bash
CUDA_VISIBLE_DEVICES=0 python train_DA.py -d digits --source svhn --target mnist &
CUDA_VISIBLE_DEVICES=1 python train_DA.py -d digits --source usps --target mnist &
CUDA_VISIBLE_DEVICES=2 python train_DA.py -d digits --source mnist --target usps &
wait
#CUDA_VISIBLE_DEVICES=0 python train_DA.py -d office31 --source amazon --target webcam &
#CUDA_VISIBLE_DEVICES=1 python train_DA.py -d office31 --source dslr --target webcam &
#CUDA_VISIBLE_DEVICES=2 python train_DA.py -d office31 --source webcam --target dslr &
#wait
#CUDA_VISIBLE_DEVICES=0 python train_DA.py -d office31 --source amazon --target dslr &
#CUDA_VISIBLE_DEVICES=1 python train_DA.py -d office31 --source dslr --target amazon &
#CUDA_VISIBLE_DEVICES=2 python train_DA.py -d office31 --source webcam --target amazon &
#wait
#CUDA_VISIBLE_DEVICES=0 python train_DA.py -d visda &
#CUDA_VISIBLE_DEVICES=1 python train_DA.py -d visda --da_setting mmd &
#CUDA_VISIBLE_DEVICES=2 python train_DA.py -d visda --da_setting adda &
#wait
CUDA_VISIBLE_DEVICES=0 python train_SFIT.py -d digits --source svhn --target mnist &
CUDA_VISIBLE_DEVICES=1 python train_SFIT.py -d digits --source usps --target mnist &
CUDA_VISIBLE_DEVICES=2 python train_SFIT.py -d digits --source mnist --target usps &
wait
#CUDA_VISIBLE_DEVICES=0 python train_SFIT.py -d office31 --source amazon --target webcam &
#CUDA_VISIBLE_DEVICES=1 python train_SFIT.py -d office31 --source dslr --target webcam &
#CUDA_VISIBLE_DEVICES=2 python train_SFIT.py -d office31 --source webcam --target dslr &
#wait
#CUDA_VISIBLE_DEVICES=0 python train_SFIT.py -d office31 --source amazon --target dslr &
#CUDA_VISIBLE_DEVICES=1 python train_SFIT.py -d office31 --source dslr --target amazon &
#CUDA_VISIBLE_DEVICES=2 python train_SFIT.py -d office31 --source webcam --target amazon &
#wait
#CUDA_VISIBLE_DEVICES=0 python train_SFIT.py -d visda &
#CUDA_VISIBLE_DEVICES=1 python train_SFIT.py -d visda --da_setting mmd &
#CUDA_VISIBLE_DEVICES=2 python train_SFIT.py -d visda --da_setting adda &
#wait