-
Notifications
You must be signed in to change notification settings - Fork 5
/
exps_FSI.sh
executable file
·32 lines (24 loc) · 1.37 KB
/
exps_FSI.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
# SSL -
python main.py --exp FSI --config codano_gno_NS_ES --ntrain 8000
python main.py --exp FSI --config codano_gno_NS --ntrain 8000
#Finetuning
## Re = 400
python main.py --exp FSI --config ft_NSES_NSES_5 --ntrain 5 --epochs 50 --scheduler_step 10
python main.py --exp FSI --config ft_NSES_NSES_5 --ntrain 25
python main.py --exp FSI --config ft_NSES_NSES_5 --ntrain 100
python main.py --exp FSI --config ft_NS_NSES_5 --ntrain 5 --epochs 50 --scheduler_step 10
python main.py --exp FSI --config ft_NS_NSES_5 --ntrain 25
python main.py --exp FSI --config ft_NS_NSES_5 --ntrain 100
python main.py --exp FSI --config ft_NSES_NS_5 --ntrain 5 --epochs 50 --scheduler_step 10
python main.py --exp FSI --config ft_NSES_NS_5 --ntrain 25
python main.py --exp FSI --config ft_NSES_NS_5 --ntrain 100
python main.py --exp FSI --config ft_NS_NS_5 --ntrain 5 --epochs 50 --scheduler_step 10
python main.py --exp FSI --config ft_NS_NS_5 --ntrain 25
python main.py --exp FSI --config ft_NS_NS_5 --ntrain 100
# ## Re = 4000
python main.py --exp FSI --config ft_NSES_NSES_0.5 --ntrain 5
python main.py --exp FSI --config ft_NSES_NSES_0.5 --ntrain 25
python main.py --exp FSI --config ft_NSES_NSES_0.5 --ntrain 100
python main.py --exp FSI --config ft_NS_NSES_0.5 --ntrain 5
python main.py --exp FSI --config ft_NS_NSES_0.5 --ntrain 25
python main.py --exp FSI --config ft_NS_NSES_0.5 --ntrain 100