-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathscript_fewshot_test.sh
64 lines (60 loc) · 9.24 KB
/
script_fewshot_test.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 test_fewshot.py --num_support 10 --model 'ctranspath' --method ProtoNet --pretrained result/ctranspath/ctranspath_4ways_10shots_15query_ProtoNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'ctranspath' --method ProtoNet --pretrained result/ctranspath/ctranspath_4ways_5shots_15query_ProtoNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'ctranspath' --method ProtoNet --pretrained result/ctranspath/ctranspath_4ways_1shots_15query_ProtoNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'lunit' --method ProtoNet --pretrained result/lunit/luni_4ways_10shots_15query_ProtoNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'lunit' --method ProtoNet --pretrained result/lunit/luni_4ways_5shots_15query_ProtoNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'lunit' --method ProtoNet --pretrained result/lunit/luni_4ways_1shots_15query_ProtoNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'phikon' --method ProtoNet --pretrained result/phikon/phikon_4ways_10shots_15query_ProtoNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'phikon' --method ProtoNet --pretrained result/phikon/phikon_4ways_5shots_15query_ProtoNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'phikon' --method ProtoNet --pretrained result/phikon/phikon_4ways_1shots_15query_ProtoNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'uni' --method ProtoNet --pretrained result/uni/uni_4ways_10shots_15query_ProtoNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'uni' --method ProtoNet --pretrained result/uni/uni_4ways_5shots_15query_ProtoNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'uni' --method ProtoNet --pretrained result/uni/uni_4ways_1shots_15query_ProtoNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'ctranspath' --method MatchingNet --pretrained result/ctranspath/ctranspath_4ways_10shots_15query_MatchingNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'ctranspath' --method MatchingNet --pretrained result/ctranspath/ctranspath_4ways_5shots_15query_MatchingNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'ctranspath' --method MatchingNet --pretrained result/ctranspath/ctranspath_4ways_1shots_15query_MatchingNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'lunit' --method MatchingNet --pretrained result/lunit/luni_4ways_10shots_15query_MatchingNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'lunit' --method MatchingNet --pretrained result/lunit/luni_4ways_5shots_15query_MatchingNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'lunit' --method MatchingNet --pretrained result/lunit/luni_4ways_1shots_15query_MatchingNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'phikon' --method MatchingNet --pretrained result/phikon/phikon_4ways_10shots_15query_MatchingNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'phikon' --method MatchingNet --pretrained result/phikon/phikon_4ways_5shots_15query_MatchingNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'phikon' --method MatchingNet --pretrained result/phikon/phikon_4ways_1shots_15query_MatchingNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'uni' --method MatchingNet --pretrained result/uni/uni_4ways_10shots_15query_MatchingNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'uni' --method MatchingNet --pretrained result/uni/uni_4ways_5shots_15query_MatchingNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'uni' --method MatchingNet --pretrained result/uni/uni_4ways_1shots_15query_MatchingNet/net_best_acc.pth
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'ctranspath' --method Baseline --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'ctranspath' --method Baseline --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'ctranspath' --method Baseline --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'lunit' --method Baseline --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'lunit' --method Baseline --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'lunit' --method Baseline --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'phikon' --method Baseline --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'phikon' --method Baseline --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'phikon' --method Baseline --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'uni' --method Baseline --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'uni' --method Baseline --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'uni' --method Baseline --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'ctranspath' --method BaselinePlusPlus --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'ctranspath' --method BaselinePlusPlus --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'ctranspath' --method BaselinePlusPlus --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'lunit' --method BaselinePlusPlus --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'lunit' --method BaselinePlusPlus --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'lunit' --method BaselinePlusPlus --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'phikon' --method BaselinePlusPlus --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'phikon' --method BaselinePlusPlus --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'phikon' --method BaselinePlusPlus --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'uni' --method BaselinePlusPlus --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'uni' --method BaselinePlusPlus --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'uni' --method BaselinePlusPlus --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'ctranspath' --method KNN --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'ctranspath' --method KNN --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'ctranspath' --method KNN --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'lunit' --method KNN --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'lunit' --method KNN --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'lunit' --method KNN --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'phikon' --method KNN --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'phikon' --method KNN --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'phikon' --method KNN --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 10 --model 'uni' --method KNN --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 5 --model 'uni' --method KNN --pretrained 'Histo'
CUDA_VISIBLE_DEVICES=0 python test_fewshot.py --num_support 1 --model 'uni' --method KNN --pretrained 'Histo'