-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamine_small_config.yaml
More file actions
38 lines (38 loc) · 993 Bytes
/
Copy pathexamine_small_config.yaml
File metadata and controls
38 lines (38 loc) · 993 Bytes
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
grid_dir : "/shares/feldmann.ics.mnf.uzh/Andrin/IC_GEN/grid/"
# grid_dir : "/shares/feldmann.ics.mnf.uzh/Andrin/firefly/"
tipsy_dir : "/shares/feldmann.ics.mnf.uzh/Andrin/firefly/"
model_dir : "models/"
output_tipsy_file : "particles.tipsy"
model_type : "FNO" # UNet, FNO
input_grid_size : 128
grid_size : 128
learning_rate : 0.002
file_index_stride :
- 2
- 3
- 5
- 10
- 30
- 50
redshifts : # start to end [49, 2:13.122905, 5:7.11, 10:4.251987, 20:2.331247, 1.532682, 1.072709, 0.7643640, 0.538369, 0.362698, 0.220377, 0.101529, 0]
- 49 # 0
- 13.122905 # 2
- 7.11 # 5
- 4.251987 # 10
- 2.331247 # 20
- 0.538369 # 50
- 0 # 100
file_index_steps : 6
file_index_start : 0
flip : True
stepwise_epochs : 50
mixed_epochs : 0
sequential_epochs : 0
unique_networks : True
# cosmology parameters
# all values have to agree with the values used in the simulation
box_size : 60 # Mpc/h
dt_PKDGRAV3 : 0.0012517188943844037 # Given redshift 49
num_particles : 16777216 # 256^3
omega_M : 0.32
omega_L : 0.68