-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscript_fewshot_train.sh
64 lines (60 loc) · 9.39 KB
/
script_fewshot_train.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'ctranspath' --pretrained 'Histo' --method ProtoNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'ctranspath' --pretrained 'Histo' --method ProtoNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'ctranspath' --pretrained 'Histo' --method ProtoNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'lunit' --pretrained 'Histo' --method ProtoNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'lunit' --pretrained 'Histo' --method ProtoNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'lunit' --pretrained 'Histo' --method ProtoNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'phikon' --pretrained 'Histo' --method ProtoNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'phikon' --pretrained 'Histo' --method ProtoNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'phikon' --pretrained 'Histo' --method ProtoNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'uni' --pretrained 'Histo' --method ProtoNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'uni' --pretrained 'Histo' --method ProtoNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'uni' --pretrained 'Histo' --method ProtoNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'ctranspath' --pretrained 'Histo' --method MatchingNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'ctranspath' --pretrained 'Histo' --method MatchingNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'ctranspath' --pretrained 'Histo' --method MatchingNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'lunit' --pretrained 'Histo' --method MatchingNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'lunit' --pretrained 'Histo' --method MatchingNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'lunit' --pretrained 'Histo' --method MatchingNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'phikon' --pretrained 'Histo' --method MatchingNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'phikon' --pretrained 'Histo' --method MatchingNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'phikon' --pretrained 'Histo' --method MatchingNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'uni' --pretrained 'Histo' --method MatchingNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'uni' --pretrained 'Histo' --method MatchingNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'uni' --pretrained 'Histo' --method MatchingNet
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'ctranspath' --pretrained 'Histo' --method Baseline
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'ctranspath' --pretrained 'Histo' --method Baseline
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'ctranspath' --pretrained 'Histo' --method Baseline
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'lunit' --pretrained 'Histo' --method Baseline
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'lunit' --pretrained 'Histo' --method Baseline
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'lunit' --pretrained 'Histo' --method Baseline
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'phikon' --pretrained 'Histo' --method Baseline
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'phikon' --pretrained 'Histo' --method Baseline
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'phikon' --pretrained 'Histo' --method Baseline
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'uni' --pretrained 'Histo' --method Baseline
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'uni' --pretrained 'Histo' --method Baseline
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'uni' --pretrained 'Histo' --method Baseline
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'ctranspath' --pretrained 'Histo' --method BaselinePlusPlus
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'ctranspath' --pretrained 'Histo' --method BaselinePlusPlus
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'ctranspath' --pretrained 'Histo' --method BaselinePlusPlus
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'lunit' --pretrained 'Histo' --method BaselinePlusPlus
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'lunit' --pretrained 'Histo' --method BaselinePlusPlus
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'lunit' --pretrained 'Histo' --method BaselinePlusPlus
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'phikon' --pretrained 'Histo' --method BaselinePlusPlus
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'phikon' --pretrained 'Histo' --method BaselinePlusPlus
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'phikon' --pretrained 'Histo' --method BaselinePlusPlus
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'uni' --pretrained 'Histo' --method BaselinePlusPlus
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'uni' --pretrained 'Histo' --method BaselinePlusPlus
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'uni' --pretrained 'Histo' --method BaselinePlusPlus
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'ctranspath' --pretrained 'Histo' --method KNN
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'ctranspath' --pretrained 'Histo' --method KNN
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'ctranspath' --pretrained 'Histo' --method KNN
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'lunit' --pretrained 'Histo' --method KNN
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'lunit' --pretrained 'Histo' --method KNN
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'lunit' --pretrained 'Histo' --method KNN
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'phikon' --pretrained 'Histo' --method KNN
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'phikon' --pretrained 'Histo' --method KNN
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'phikon' --pretrained 'Histo' --method KNN
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 10 --model 'uni' --pretrained 'Histo' --method KNN
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 5 --model 'uni' --pretrained 'Histo' --method KNN
CUDA_VISIBLE_DEVICES=0 python train_fewshot.py --batch_size 1 --image_size 224 --num_support 1 --model 'uni' --pretrained 'Histo' --method KNN