-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrain_ic.yaml
More file actions
46 lines (42 loc) · 1.12 KB
/
train_ic.yaml
File metadata and controls
46 lines (42 loc) · 1.12 KB
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
# Dataset
# grid_dir : "/shares/feldmann.ics.mnf.uzh/Andrin/IC_GEN/grid/" #"/shares/feldmann.ics.mnf.uzh/Andrin/firefly/"
grid_dir : "/shares/feldmann.ics.mnf.uzh/Andrin/firefly/"
input_grid_size : 256
grid_size : 128
file_index_stride :
- 1
- 2
- 7
file_index_steps : 3
file_index_start : 0
total_index_steps : 10
flip : True
normalizing_function : "log_growth" # log_growth, delta, ssm
# Training parameters
learning_rate : 0.002
include_potential : False
sequential_skip_channels : 3
stepwise_epochs : 20
mixed_epochs : 10
sequential_epochs : 0
unique_networks : True
model_dir : "/data/arehma/models/multistep/"
model_type : "FNO" # UNet, FNO
activation : "tanh" # relu, tanh
# FNO parameters
fno_modes : 32
fno_input_channels : 4 # sequential_skip_channels + include_potential * 1 + 1
fno_hidden_channels : 16
fno_output_channels : 4 # sequential_skip_channels + 1
fno_n_layers : 5
fno_increasing_modes : True
# UNet parameters
unet_input_channels : 1
unet_hidden_channels : 24
unet_output_channels : 1
unet_num_levels : 2
# cosmology parameters
box_size : 60 # Mpc/h
num_particles : 16777216 # 256^3
omega_M : 0.32
omega_L : 0.68