-
Notifications
You must be signed in to change notification settings - Fork 11
/
run.sh
29 lines (26 loc) · 2.82 KB
/
run.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
python run_partial.py --s 0 --t 1 --dset office_home --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 0 --t 2 --dset office_home --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 0 --t 3 --dset office_home --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 1 --t 0 --dset office_home --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 1 --t 2 --dset office_home --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 1 --t 3 --dset office_home --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 2 --t 0 --dset office_home --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 2 --t 1 --dset office_home --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 2 --t 3 --dset office_home --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 3 --t 0 --dset office_home --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 3 --t 1 --dset office_home --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 3 --t 2 --dset office_home --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 0 --t 1 --dset office --net ResNet50 --cot_weight 5. --output run1 --gpu_id 0
python run_partial.py --s 0 --t 2 --dset office --net ResNet50 --cot_weight 5. --output run1 --gpu_id 0
python run_partial.py --s 1 --t 0 --dset office --net ResNet50 --cot_weight 5. --output run1 --gpu_id 0
python run_partial.py --s 1 --t 2 --dset office --net ResNet50 --cot_weight 5. --output run1 --gpu_id 0
python run_partial.py --s 2 --t 0 --dset office --net ResNet50 --cot_weight 5. --output run1 --gpu_id 0
python run_partial.py --s 2 --t 1 --dset office --net ResNet50 --cot_weight 5. --output run1 --gpu_id 0
python run_partial.py --s 0 --t 1 --dset imagenet_caltech --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 1 --t 0 --dset imagenet_caltech --net ResNet50 --cot_weight 1. --output run1 --gpu_id 0
python run_partial.py --s 0 --t 1 --dset office --net VGG16 --cot_weight 5. --output run1 --gpu_id 0
python run_partial.py --s 0 --t 2 --dset office --net VGG16 --cot_weight 5. --output run1 --gpu_id 0
python run_partial.py --s 1 --t 0 --dset office --net VGG16 --cot_weight 5. --output run1 --gpu_id 0
python run_partial.py --s 1 --t 2 --dset office --net VGG16 --cot_weight 5. --output run1 --gpu_id 0
python run_partial.py --s 2 --t 0 --dset office --net VGG16 --cot_weight 5. --output run1 --gpu_id 0
python run_partial.py --s 2 --t 1 --dset office --net VGG16 --cot_weight 5. --output run1 --gpu_id 0