-
Notifications
You must be signed in to change notification settings - Fork 3
/
euclidean_ablation.sh
30 lines (24 loc) · 3.65 KB
/
euclidean_ablation.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
# 5way 10 shots 20 querys
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 0 --kways 5 --TrS 10 --TS 10 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 8 --kways 5 --TrS 10 --TS 10 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 10 --kways 5 --TrS 10 --TS 10 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 42 --kways 5 --TrS 10 --TS 10 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 2023 --kways 5 --TrS 10 --TS 10 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
# 5way 20 shots 20 querys
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 0 --kways 5 --TrS 20 --TS 20 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 8 --kways 5 --TrS 20 --TS 20 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 10 --kways 5 --TrS 20 --TS 20 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 42 --kways 5 --TrS 20 --TS 20 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 2023 --kways 5 --TrS 20 --TS 20 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
# 10way 10 shots 20 querys
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 0 --kways 10 --TrS 10 --TS 10 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 8 --kways 10 --TrS 10 --TS 10 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 10 --kways 10 --TrS 10 --TS 10 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 42 --kways 10 --TrS 10 --TS 10 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 2023 --kways 10 --TrS 10 --TS 10 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
# 10way 20 shots 20 querys
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 0 --kways 10 --TrS 20 --TS 20 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 8 --kways 10 --TrS 20 --TS 20 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 10 --kways 10 --TrS 20 --TS 20 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 42 --kways 10 --TrS 20 --TS 20 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"
python main.py --manifold "Euclidean" --num_points 1024 --c 0.0 --LV --gpu --seed 2023 --kways 10 --TrS 20 --TS 20 --TrQ 20 --TQ 20 --TrE 4 --TE 300 --logname "Euclidean_GPr-Net.log"