You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
num_records: 10_000#this number will be divided into 60%train-20%val-20%test
14
+
selected_snapshots: null
15
+
verbose: false # turn on for more debug info
16
+
split_type: scene # two way to split data - scenario or temporal axis
17
+
split_set: all # take subset only. 4 options: train/val/test and all
18
+
skip_nodes_list: [] # put the name of node here to skip. By default, we ADDED skip nodes w.r.t. the generation config.
19
+
skip_types_list: [] # faster way to ignore component type (e.g., reservour, tank).
20
+
unstackable_pad_value: -1.0
21
+
bypass_skip_names_in_config: false
22
+
do_lazy: false
23
+
overwatch: false
24
+
batch_axis_choice: snapshot
25
+
do_cache: false # set True if your RAM can handle the whole array.
26
+
subset_shuffle: true # if True, we shuffle the subset and STORE the shuffle ids. Otherwise, we do sampling with a dedicated step size w.r.t. num_records.
27
+
split_per_network: true # Assume we choose num_records 10_000, so #samples of training subset is 6_000. If you have 2 networks, we will sample 3_000 per each.
num_records: 100#this number will be divided into 60%train-20%val-20%test
13
+
selected_snapshots: null
14
+
verbose: false # turn on for more debug info
15
+
split_type: scene # two way to split data - scenario or temporal axis
16
+
split_set: all # take subset only. 4 options: train/val/test and all
17
+
skip_nodes_list: [] # put the name of node here to skip. By default, we ADDED skip nodes w.r.t. the generation config.
18
+
skip_types_list: [] # faster way to ignore component type (e.g., reservour, tank).
19
+
unstackable_pad_value: -1.0
20
+
bypass_skip_names_in_config: false
21
+
do_lazy: false
22
+
overwatch: false
23
+
batch_axis_choice: snapshot
24
+
do_cache: false # set True if your RAM can handle the whole array.
25
+
subset_shuffle: false # if True, we shuffle the subset and STORE the shuffle ids. Otherwise, we do sampling with a dedicated step size w.r.t. num_records.
26
+
split_per_network: true # Assume we choose num_records 10_000, so #samples of training subset is 6_000. If you have 2 networks, we will sample 3_000 per each.
0 commit comments