bipin-ank commited on
Commit
0bd444e
·
1 Parent(s): 4db2957

Upload cleanroom dataset

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. cleanroom/datasets/preprocessor_time.py +347 -0
  2. cleanroom/datasets/time_pt.py +133 -0
  3. cleanroom/output/best_model.pth +3 -0
  4. cleanroom/output/checkpoint_epoch_40.pth +3 -0
  5. cleanroom/output/checkpoint_epoch_400.pth +3 -0
  6. cleanroom/output/checkpoint_epoch_50.pth +3 -0
  7. cleanroom/output/checkpoint_epoch_60.pth +3 -0
  8. cleanroom/output/checkpoint_epoch_70.pth +3 -0
  9. cleanroom/output/checkpoint_epoch_80.pth +3 -0
  10. cleanroom/output/checkpoint_epoch_90.pth +3 -0
  11. cleanroom/output/checkpoint_latest.pth +3 -0
  12. cleanroom/output/loss_history.json +489 -0
  13. cleanroom/output/rollout_results_epoch_40.npy +3 -0
  14. cleanroom/output/rollout_results_epoch_400.npy +3 -0
  15. cleanroom/output/rollout_results_epoch_50.npy +3 -0
  16. cleanroom/output/rollout_results_epoch_60.npy +3 -0
  17. cleanroom/output/rollout_results_epoch_70.npy +3 -0
  18. cleanroom/output/rollout_results_epoch_80.npy +3 -0
  19. cleanroom/output/rollout_results_epoch_90.npy +3 -0
  20. cleanroom/outputs_800/best_model.pth +3 -0
  21. cleanroom/outputs_800/checkpoint_epoch_70.pth +3 -0
  22. cleanroom/outputs_800/checkpoint_epoch_700.pth +3 -0
  23. cleanroom/outputs_800/checkpoint_epoch_710.pth +3 -0
  24. cleanroom/outputs_800/checkpoint_epoch_720.pth +3 -0
  25. cleanroom/outputs_800/checkpoint_epoch_730.pth +3 -0
  26. cleanroom/outputs_800/checkpoint_epoch_740.pth +3 -0
  27. cleanroom/outputs_800/checkpoint_epoch_750.pth +3 -0
  28. cleanroom/outputs_800/checkpoint_epoch_760.pth +3 -0
  29. cleanroom/outputs_800/checkpoint_epoch_770.pth +3 -0
  30. cleanroom/outputs_800/checkpoint_epoch_780.pth +3 -0
  31. cleanroom/outputs_800/checkpoint_epoch_790.pth +3 -0
  32. cleanroom/outputs_800/checkpoint_epoch_80.pth +3 -0
  33. cleanroom/outputs_800/checkpoint_epoch_800.pth +3 -0
  34. cleanroom/outputs_800/checkpoint_epoch_90.pth +3 -0
  35. cleanroom/outputs_800/checkpoint_latest.pth +3 -0
  36. cleanroom/outputs_800/loss_history.json +1771 -0
  37. cleanroom/outputs_800/rollout_results_epoch_70.npy +3 -0
  38. cleanroom/outputs_800/rollout_results_epoch_700.npy +3 -0
  39. cleanroom/outputs_800/rollout_results_epoch_710.npy +3 -0
  40. cleanroom/outputs_800/rollout_results_epoch_720.npy +3 -0
  41. cleanroom/outputs_800/rollout_results_epoch_730.npy +3 -0
  42. cleanroom/outputs_800/rollout_results_epoch_740.npy +3 -0
  43. cleanroom/outputs_800/rollout_results_epoch_750.npy +3 -0
  44. cleanroom/outputs_800/rollout_results_epoch_760.npy +3 -0
  45. cleanroom/outputs_800/rollout_results_epoch_770.npy +3 -0
  46. cleanroom/outputs_800/rollout_results_epoch_780.npy +3 -0
  47. cleanroom/outputs_800/rollout_results_epoch_790.npy +3 -0
  48. cleanroom/outputs_800/rollout_results_epoch_80.npy +3 -0
  49. cleanroom/outputs_800/rollout_results_epoch_800.npy +3 -0
  50. cleanroom/outputs_800/rollout_results_epoch_90.npy +3 -0
cleanroom/datasets/preprocessor_time.py ADDED
@@ -0,0 +1,347 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ import pandas as pd
3
+ import torch
4
+ import h5py
5
+ import json
6
+ from typing import Dict, Set, List, Tuple
7
+ from collections import defaultdict
8
+ import re
9
+ from io import StringIO
10
+
11
+ # --- Helper Functions ---
12
+
13
+ def load_boundary_nodes_from_csvs(boundary_csv_folder_path: str, target_column_name: str) -> Dict[str, Set[int]]:
14
+ # This function appears correct and has been kept as is.
15
+ # ... (function content is unchanged) ...
16
+ boundary_nodes_map: Dict[str, Set[int]] = {}
17
+ all_seen_nodes: Set[int] = set()
18
+ walls_nodes: Set[int] = set()
19
+ everything_csv_path = None
20
+
21
+ print(f"Scanning for boundary CSV files in: {boundary_csv_folder_path}")
22
+
23
+ if not os.path.isdir(boundary_csv_folder_path):
24
+ print(f"Error: Folder not found at {boundary_csv_folder_path}")
25
+ return boundary_nodes_map
26
+
27
+ # Step 1: Process 'walls.csv' first
28
+ walls_file_path = os.path.join(boundary_csv_folder_path, "walls.csv")
29
+ if os.path.exists(walls_file_path):
30
+ print(f"\nProcessing 'walls.csv'...")
31
+ try:
32
+ df_walls = pd.read_csv(walls_file_path, skiprows=5, header=0, engine='python')
33
+ if target_column_name in df_walls.columns:
34
+ walls_nodes = set(pd.to_numeric(df_walls[target_column_name], errors='coerce').dropna().astype(int).tolist())
35
+ boundary_nodes_map['walls'] = walls_nodes
36
+ all_seen_nodes.update(walls_nodes)
37
+ print(f" - Loaded {len(walls_nodes)} nodes for boundary type: 'walls'.")
38
+ else:
39
+ print(f" - Warning: 'walls.csv' does not contain the expected column '{target_column_name}'. Skipping walls assignment.")
40
+ except pd.errors.EmptyDataError:
41
+ print(f" - Warning: 'walls.csv' is empty after skipping rows. Skipping walls assignment.")
42
+ except Exception as e:
43
+ print(f" - Error reading 'walls.csv': {e}. Skipping walls assignment.")
44
+ else:
45
+ print("\n'walls.csv' not found in the specified directory.")
46
+
47
+ # Step 2: Process all other CSVs
48
+ print("\nProcessing other boundary CSVs (excluding walls.csv and everything.csv)...")
49
+ for filename in os.listdir(boundary_csv_folder_path):
50
+ if filename.endswith(".csv") and filename not in ["walls.csv", "everything.csv"]:
51
+ file_path = os.path.join(boundary_csv_folder_path, filename)
52
+ boundary_type = os.path.splitext(filename)[0]
53
+ try:
54
+ df = pd.read_csv(file_path, skiprows=5, header=0, engine='python')
55
+ if target_column_name in df.columns:
56
+ nodes_from_file = set(pd.to_numeric(df[target_column_name], errors='coerce').dropna().astype(int).tolist())
57
+ filtered_nodes = nodes_from_file - walls_nodes
58
+ if filtered_nodes:
59
+ boundary_nodes_map[boundary_type] = filtered_nodes
60
+ all_seen_nodes.update(filtered_nodes)
61
+ print(f" - Loaded {len(filtered_nodes)} filtered nodes for boundary type: '{boundary_type}'. (Original: {len(nodes_from_file)})")
62
+ else:
63
+ print(f" - Warning: '{filename}' does not contain '{target_column_name}'. Skipping.")
64
+ except Exception as e:
65
+ print(f" - Error reading '{filename}': {e}. Skipping.")
66
+ elif filename == "everything.csv":
67
+ everything_csv_path = os.path.join(boundary_csv_folder_path, filename)
68
+
69
+ # Step 3: Process 'everything.csv'
70
+ if everything_csv_path:
71
+ print(f"\nProcessing 'everything.csv' for interior nodes...")
72
+ try:
73
+ df_everything = pd.read_csv(everything_csv_path, skiprows=5, header=0, engine='python')
74
+ if target_column_name in df_everything.columns:
75
+ all_nodes_in_everything = set(pd.to_numeric(df_everything[target_column_name], errors='coerce').dropna().astype(int).tolist())
76
+ interior_nodes = all_nodes_in_everything - all_seen_nodes
77
+ boundary_nodes_map['interior'] = interior_nodes
78
+ print(f" - Loaded {len(interior_nodes)} unique interior nodes from 'everything.csv'.")
79
+ else:
80
+ print(f" - Warning: 'everything.csv' does not contain '{target_column_name}'.")
81
+ except Exception as e:
82
+ print(f" - Error reading 'everything.csv': {e}.")
83
+ else:
84
+ print("\n'everything.csv' not found.")
85
+
86
+ print("\nFinished loading boundary nodes from CSVs.")
87
+ return boundary_nodes_map
88
+
89
+ def load_velocity_lookup(csv_path: str) -> Dict[str, float]:
90
+ velocity_lookup = {}
91
+ if not os.path.exists(csv_path):
92
+ print(f"Warning: Velocity lookup file not found at {csv_path}")
93
+ return velocity_lookup
94
+ try:
95
+ df = pd.read_csv(csv_path)
96
+ velocity_lookup = {row['Design Points'].strip(): float(row['Inlet velocity']) for _, row in df.iterrows()}
97
+ print(f"Loaded velocity lookup table with {len(velocity_lookup)} design points.")
98
+ except Exception as e:
99
+ print(f"Error loading velocity lookup from {csv_path}: {e}")
100
+ return velocity_lookup
101
+
102
+ def get_design_point_info(folder_name: str, velocity_lookup: Dict[str, float]) -> Tuple[str, float]:
103
+ # <<< FIXED: Corrected regex to get the full DP name, e.g., 'DP1' >>>
104
+ dp_match = re.search(r'(DP\d+)', folder_name)
105
+ design_point = dp_match.group(1) if dp_match else 'DP_Unknown'
106
+ velocity = velocity_lookup.get(design_point, 0.0)
107
+ if velocity == 0.0 and design_point != 'DP_Unknown':
108
+ print(f"Warning: No velocity found for {design_point} in lookup table.")
109
+ return design_point, velocity
110
+
111
+
112
+ # <<< FIXED: Rewritten to parse the new CSV format >>>
113
+ def read_velocity_csv_file(csv_file_path: str) -> Tuple[List[int], List[List[float]], List[List[float]]]:
114
+ """
115
+ Reads a time-stepped velocity CSV file with the new column format.
116
+ """
117
+ print(f" Reading file: {os.path.basename(csv_file_path)}")
118
+ try:
119
+ # The data starts after the '[Data]' line, so we skip until we find it.
120
+ with open(csv_file_path, 'r') as f:
121
+ lines = f.readlines()
122
+
123
+ data_start_index = -1
124
+ for i, line in enumerate(lines):
125
+ if '[Data]' in line:
126
+ data_start_index = i + 1
127
+ break
128
+
129
+ if data_start_index == -1:
130
+ print(" Warning: '[Data]' section not found. Cannot read file.")
131
+ return [], [], []
132
+
133
+ # The line after '[Data]' is the header.
134
+ header_line = lines[data_start_index]
135
+ data_lines = lines[data_start_index + 1:]
136
+
137
+ # Use pandas to parse the data from the identified lines
138
+ df = pd.read_csv(StringIO("".join(data_lines)), header=None, sep=',\s*', engine='python')
139
+
140
+ # Assign column names based on the header line for clarity (optional but good practice)
141
+ df.columns = [h.strip() for h in header_line.split(',')]
142
+
143
+ # Select columns based on their position (0-indexed) as per your requirement
144
+ # X, Y, Z are columns 0, 1, 2
145
+ # Domain Node Number is column 3
146
+ # Velocity u, v, w are columns 5, 6, 7
147
+ coordinates = df.iloc[:, [0, 1, 2]].values.tolist()
148
+ nodes = df.iloc[:, 3].astype(int).tolist()
149
+ velocities = df.iloc[:, [5, 6, 7]].values.tolist()
150
+
151
+ except Exception as e:
152
+ print(f" An error occurred while reading {csv_file_path}: {e}")
153
+ return [], [], []
154
+
155
+ print(f" Successfully read {len(nodes)} nodes.")
156
+ return nodes, coordinates, velocities
157
+
158
+ def create_node_features(
159
+ velocity_node_ids: List[int],
160
+ boundary_nodes_map: Dict[str, Set[int]]
161
+ ) -> Tuple[torch.Tensor, Dict[str, int], Dict[str, str]]:
162
+ # This function appears correct and has been kept as is.
163
+ # ... (function content is unchanged) ...
164
+ all_node_types = sorted(list(boundary_nodes_map.keys()))
165
+ class_to_index = {name: i for i, name in enumerate(all_node_types)}
166
+ num_classes = len(all_node_types)
167
+ feature_vectors = []
168
+ node_type_counts = defaultdict(int)
169
+
170
+ for node_id in velocity_node_ids:
171
+ vector = [0] * num_classes
172
+ assigned_type = "interior" # Default
173
+ for boundary_type_name in all_node_types:
174
+ if node_id in boundary_nodes_map.get(boundary_type_name, set()):
175
+ assigned_type = boundary_type_name
176
+ break
177
+
178
+ index = class_to_index[assigned_type]
179
+ vector[index] = 1
180
+ node_type_counts[assigned_type] += 1
181
+ feature_vectors.append(vector)
182
+
183
+ final_zone_map = {name: name for name in all_node_types}
184
+ return torch.tensor(feature_vectors, dtype=torch.float32), dict(node_type_counts), final_zone_map
185
+
186
+ def create_time_stepped_velocity_pairs(folder_path: str, boundary_nodes_map: Dict[str, Set[int]]) -> List[Dict]:
187
+ # This function appears correct and has been kept as is.
188
+ # ... (function content is unchanged) ...
189
+ print(f" Creating time-stepped velocity pairs from: {folder_path}")
190
+ csv_files = sorted([f for f in os.listdir(folder_path) if f.endswith('.csv')])
191
+
192
+ if len(csv_files) < 2:
193
+ print(f" Need at least 2 time steps, found {len(csv_files)}")
194
+ return []
195
+
196
+ trajectory_data = []
197
+
198
+ for i in range(len(csv_files) - 1):
199
+ current_file = csv_files[i]
200
+ target_file = csv_files[i + 1]
201
+
202
+ current_path = os.path.join(folder_path, current_file)
203
+ target_path = os.path.join(folder_path, target_file)
204
+
205
+ print(f" Processing time step {i+1}: {os.path.basename(current_file)} -> {os.path.basename(target_file)}")
206
+
207
+ current_nodes, current_coordinates, current_velocities = read_velocity_csv_file(current_path)
208
+ target_nodes, _, target_velocities = read_velocity_csv_file(target_path)
209
+
210
+ if not current_nodes or not target_nodes or current_nodes != target_nodes:
211
+ print(f" Warning: Node mismatch or empty data. Skipping step.")
212
+ continue
213
+
214
+ node_type_tensor, node_type_counts, zone_map = create_node_features(current_nodes, boundary_nodes_map)
215
+
216
+ step_data = {
217
+ 'step_number': i + 1, 'current_file': current_file, 'target_file': target_file,
218
+ 'node_ids': current_nodes, 'coordinates': current_coordinates,
219
+ 'current_velocities': current_velocities, 'target_velocities': target_velocities,
220
+ 'node_type_tensor': node_type_tensor, 'node_type_counts': node_type_counts,
221
+ 'num_nodes': len(current_nodes), 'zone_map': zone_map
222
+ }
223
+ trajectory_data.append(step_data)
224
+
225
+ print(f" Created {len(trajectory_data)} time-stepped velocity pairs")
226
+ return trajectory_data
227
+
228
+ def save_data_to_h5(
229
+ base_folder_path: str,
230
+ design_point_range: range,
231
+ boundary_csv_folder_path: str,
232
+ output_folder_path: str,
233
+ velocity_lookup_csv_path: str
234
+ ):
235
+ device = torch.device('cpu')
236
+ os.makedirs(output_folder_path, exist_ok=True)
237
+
238
+ print("="*60 + "\nSTEP 1: LOADING VELOCITY LOOKUP TABLE\n" + "="*60)
239
+ velocity_lookup = load_velocity_lookup(velocity_lookup_csv_path)
240
+
241
+ print("\n" + "="*60 + "\nSTEP 2: READING MESH BOUNDARY INFORMATION\n" + "="*60)
242
+ target_column_name = ' Domain Node Number [ ]'
243
+ boundary_nodes_map = load_boundary_nodes_from_csvs(boundary_csv_folder_path, target_column_name)
244
+ if not boundary_nodes_map:
245
+ print("CRITICAL ERROR: Failed to read boundary nodes. Cannot proceed.")
246
+ return
247
+
248
+ basename = "final_data_timestep"
249
+ h5_path = os.path.join(output_folder_path, f"{basename}_data.h5")
250
+ meta_json_path = os.path.join(output_folder_path, f"{basename}_data.json")
251
+
252
+ print("\n" + "="*60 + "\nSTEP 3: PROCESSING TIME-STEPPED DATA\n" + "="*60)
253
+
254
+ group_to_folder_map = {}
255
+ final_class_map = {}
256
+ group_counter = 0
257
+
258
+ with h5py.File(h5_path, 'w') as f:
259
+ for dp_num in design_point_range:
260
+ dp_folder = f"dataset_DP{dp_num}"
261
+ folder_path = os.path.join(base_folder_path, dp_folder)
262
+
263
+ design_point, velocity = get_design_point_info(dp_folder, velocity_lookup)
264
+
265
+ print(f"\n{'='*40}\nProcessing Design Point: {design_point} (Inlet Vel: {velocity} m/s)\n{'='*40}")
266
+
267
+ if not os.path.exists(folder_path):
268
+ print(f"WARNING: Folder {folder_path} does not exist. Skipping...")
269
+ continue
270
+
271
+ trajectory_data = create_time_stepped_velocity_pairs(folder_path, boundary_nodes_map)
272
+
273
+ if not trajectory_data:
274
+ print(f"No valid trajectory data found in {dp_folder}")
275
+ continue
276
+
277
+ if not final_class_map:
278
+ zone_map = trajectory_data[0].get('zone_map', {})
279
+ final_class_map = {name: i for i, name in enumerate(sorted(list(set(zone_map.values()))))}
280
+
281
+ # Each DP folder's trajectory becomes one group in the H5 file
282
+ group_name = f"group_{group_counter}"
283
+ dataset_group = f.create_group(group_name)
284
+
285
+ num_steps = len(trajectory_data)
286
+ num_nodes = trajectory_data[0]['num_nodes']
287
+
288
+ # Stack all time steps into single arrays for this group
289
+ all_current_vel = torch.tensor([s['current_velocities'] for s in trajectory_data], dtype=torch.float32)
290
+ all_target_vel = torch.tensor([s['target_velocities'] for s in trajectory_data], dtype=torch.float32)
291
+
292
+ # Static data (same for all steps in a trajectory)
293
+ coordinates = torch.tensor(trajectory_data[0]['coordinates'], dtype=torch.float32)
294
+ node_type = trajectory_data[0]['node_type_tensor']
295
+
296
+ dataset_group.create_dataset("current_velocities", data=all_current_vel.cpu().numpy())
297
+ dataset_group.create_dataset("target_velocities", data=all_target_vel.cpu().numpy())
298
+ dataset_group.create_dataset("coordinates", data=coordinates.cpu().numpy())
299
+ dataset_group.create_dataset("node_type", data=node_type.cpu().numpy())
300
+
301
+ group_to_folder_map[group_name] = {
302
+ 'design_point': design_point, 'velocity': velocity,
303
+ 'source_folder': dp_folder, 'num_steps': num_steps, 'num_nodes': num_nodes,
304
+ 'node_type_counts': trajectory_data[0]['node_type_counts']
305
+ }
306
+
307
+ print(f" Saved {num_steps} time steps to H5 group: {group_name}")
308
+ group_counter += 1
309
+
310
+ metadata = {
311
+ "file_info": group_to_folder_map,
312
+ "class_map": final_class_map, # <<< FIXED: Use the populated class map
313
+ "total_groups": group_counter
314
+ }
315
+
316
+ with open(meta_json_path, 'w') as json_file:
317
+ json.dump(metadata, json_file, indent=4)
318
+
319
+ print("\n" + "="*60 + "\nPROCESSING COMPLETE\n" + "="*60)
320
+ print(f"Total groups created: {group_counter}")
321
+ print(f"H5 file saved to: {h5_path}")
322
+ print(f"Metadata saved to: {meta_json_path}")
323
+
324
+ # --- Main Execution Block ---
325
+ def main():
326
+ # --- CONFIGURATION ---
327
+ # Base folder path where all 'dataset_DPx' folders are located
328
+ BASE_FOLDER_PATH = r"C:\Users\accel\OneDrive\Desktop"
329
+ # Range of design points to process (e.g., range(1, 10) for DP1 to DP9)
330
+ DESIGN_POINT_RANGE = range(1, 10)
331
+ # Path to the DesignPoints.csv file for velocity lookup
332
+ VELOCITY_LOOKUP_PATH = r"d:\Python_and_machine_learning_tutorials\DesignPoints.csv"
333
+ # Path to the folder containing boundary definition CSVs
334
+ BOUNDARY_CSV_PATH = r"D:\data_validation\node_type_timestepped"
335
+ # Path where the final H5 and JSON files will be saved
336
+ OUTPUT_FOLDER_PATH = r"D:\ANK_official\a_Dataset_generated\preprocessed_for_model\timestep_data"
337
+
338
+ save_data_to_h5(
339
+ BASE_FOLDER_PATH,
340
+ DESIGN_POINT_RANGE,
341
+ BOUNDARY_CSV_PATH,
342
+ OUTPUT_FOLDER_PATH,
343
+ VELOCITY_LOOKUP_PATH
344
+ )
345
+
346
+ if __name__ == '__main__':
347
+ main()
cleanroom/datasets/time_pt.py ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import h5py
3
+ import torch
4
+ import json
5
+ import numpy as np
6
+ import random
7
+ from typing import List, Dict, Any
8
+
9
+ def create_pt_files_from_h5(h5_path: str, output_dir: str):
10
+ """
11
+ Reads the consolidated time-stepped H5 file.
12
+ - Flattens the training data into individual time-step samples.
13
+ - Groups the testing data by full trajectory.
14
+ """
15
+ print("="*60)
16
+ print("STARTING H5 TO .PT CONVERSION FOR TIME-STEPPED DATA")
17
+ print("="*60)
18
+
19
+ # --- 1. SETUP PATHS AND LOAD METADATA ---
20
+ os.makedirs(output_dir, exist_ok=True)
21
+ meta_json_path = h5_path.replace('.h5', '.json')
22
+
23
+ if not os.path.exists(h5_path):
24
+ raise FileNotFoundError(f"H5 file not found at: {h5_path}")
25
+ if not os.path.exists(meta_json_path):
26
+ raise FileNotFoundError(f"Metadata JSON file not found at: {meta_json_path}")
27
+
28
+ with open(meta_json_path, 'r') as f:
29
+ metadata = json.load(f)
30
+
31
+ file_info = metadata.get("file_info", {})
32
+ group_names = sorted(list(file_info.keys()))
33
+
34
+ if not group_names:
35
+ print("No groups found in the H5 file. Exiting.")
36
+ return
37
+
38
+ print(f"Found {len(group_names)} total simulation trajectories in the metadata.")
39
+
40
+ # --- 2. SPLIT DATASET ---
41
+ random.seed(42) # Use a fixed seed for reproducibility
42
+ random.shuffle(group_names)
43
+
44
+ train_end_idx = round(len(group_names) * 0.8)
45
+ splits = {
46
+ 'train': group_names[:train_end_idx],
47
+ 'test': group_names[train_end_idx:]
48
+ }
49
+
50
+ print("\nSplitting data into sets based on trajectories:")
51
+ for split_name, groups in splits.items():
52
+ print(f" - {split_name.upper()} set: {len(groups)} trajectories")
53
+
54
+ # --- 3. PROCESS EACH SPLIT AND SAVE TO A .PT FILE ---
55
+ with h5py.File(h5_path, 'r') as h5_file:
56
+ for split_name, groups_in_split in splits.items():
57
+ if not groups_in_split:
58
+ print(f"\n--- No trajectories for '{split_name}' split. Skipping. ---")
59
+ continue
60
+
61
+ print(f"\n--- Processing '{split_name}' split ---")
62
+
63
+ final_data_list: List[Dict[str, Any]] = []
64
+
65
+ # <<< MODIFIED: Conditional logic based on the split type >>>
66
+ if split_name == 'train':
67
+ # --- FLATTENING LOGIC FOR THE TRAINING SET ---
68
+ print(" -> Applying FLATTENING for the training set.")
69
+ for group_name in groups_in_split:
70
+ if group_name not in h5_file: continue
71
+ group = h5_file[group_name]
72
+ meta_info = file_info.get(group_name, {})
73
+ num_steps = meta_info.get('num_steps', 0)
74
+
75
+ # Load static data once per trajectory
76
+ coordinates = torch.tensor(group['coordinates'][:], dtype=torch.float32)
77
+ node_type = torch.tensor(group['node_type'][:], dtype=torch.float32)
78
+
79
+ # Load all time-varying data for the trajectory
80
+ current_velocities_all_steps = torch.tensor(group['current_velocities'][:], dtype=torch.float32)
81
+ target_velocities_all_steps = torch.tensor(group['target_velocities'][:], dtype=torch.float32)
82
+
83
+ # Loop through each time-step and append it as an individual sample
84
+ for step_idx in range(num_steps):
85
+ sample_data = {
86
+ 'coordinates': coordinates, 'node_type': node_type,
87
+ 'current_velocities': current_velocities_all_steps[step_idx],
88
+ 'target_velocities': target_velocities_all_steps[step_idx],
89
+ 'meta_info': meta_info
90
+ }
91
+ final_data_list.append(sample_data)
92
+
93
+ else: # For 'test' split
94
+ # --- GROUPING LOGIC FOR THE TESTING SET ---
95
+ print(" -> Applying GROUPING for the testing set.")
96
+ for group_name in groups_in_split:
97
+ if group_name not in h5_file: continue
98
+ group = h5_file[group_name]
99
+ meta_info = file_info.get(group_name, {})
100
+
101
+ # Load all data for the entire trajectory at once
102
+ trajectory_sample = {
103
+ 'coordinates': torch.tensor(group['coordinates'][:], dtype=torch.float32),
104
+ 'node_type': torch.tensor(group['node_type'][:], dtype=torch.float32),
105
+ 'current_velocities': torch.tensor(group['current_velocities'][:], dtype=torch.float32),
106
+ 'target_velocities': torch.tensor(group['target_velocities'][:], dtype=torch.float32),
107
+ 'meta_info': meta_info
108
+ }
109
+ final_data_list.append(trajectory_sample)
110
+
111
+ # --- Saving Logic (same for both splits) ---
112
+ base_filename = os.path.splitext(os.path.basename(h5_path))[0]
113
+ output_pt_path = os.path.join(output_dir, f"{base_filename}_{split_name}.pt")
114
+
115
+ torch.save(final_data_list, output_pt_path)
116
+
117
+ if split_name == 'train':
118
+ print(f" -> Successfully saved {len(final_data_list)} FLATTENED time-step samples to: {output_pt_path}")
119
+ else:
120
+ print(f" -> Successfully saved {len(final_data_list)} GROUPED trajectories to: {output_pt_path}")
121
+
122
+ print("\n" + "="*60)
123
+ print("CONVERSION COMPLETE")
124
+ print(f"Output .pt files are located in: {output_dir}")
125
+ print("="*60)
126
+
127
+ def main():
128
+ H5_FILE_PATH = r"D:\ANK_official\a_Dataset_generated\preprocessed_for_model\timestep_data\final_data_timestep_data.h5"
129
+ PT_OUTPUT_DIR = r"D:\ANK_official\a_Dataset_generated\preprocessed_for_model\timestep_data\pt_files"
130
+ create_pt_files_from_h5(H5_FILE_PATH, PT_OUTPUT_DIR)
131
+
132
+ if __name__ == '__main__':
133
+ main()
cleanroom/output/best_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93e67b8b58b57fc50636264b46db19020ceb89747422dd84ba07653409d1748b
3
+ size 3078463
cleanroom/output/checkpoint_epoch_40.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15e322deb50f285242ac56ed9389e5f3688bae833ae06f46e147ddc68aa8e8ff
3
+ size 9255562
cleanroom/output/checkpoint_epoch_400.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ed5b0e59efcc604830cc14b959202fbd47d6289665bd5c161d3a5b00e83274f
3
+ size 9256082
cleanroom/output/checkpoint_epoch_50.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cfa1a7d4162707545288ab50444852db74c131a8a2fa1c8a3ce216b1a0ddc06
3
+ size 9255562
cleanroom/output/checkpoint_epoch_60.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:152ed6539fe707d0f1b60010f5bed2933239977a16fbd2150e99a083097b67a6
3
+ size 9255562
cleanroom/output/checkpoint_epoch_70.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:821a0c5f64fe913a4db2b04a49f618c0cf66680687a5ccfcbeb119f6b70d51ec
3
+ size 9255562
cleanroom/output/checkpoint_epoch_80.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8953dace600898c7582513928d0fb7648a6c08c1c14e27c6875619152e55b4eb
3
+ size 9255562
cleanroom/output/checkpoint_epoch_90.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54205076f9e4c63fc07012acba727a657245e8eb867e970ce21fd5582a00769
3
+ size 9255562
cleanroom/output/checkpoint_latest.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02577af750ee0fa9891d66aa4f4169ce44d4e25d12aeb9668da664df891b1c13
3
+ size 9254522
cleanroom/output/loss_history.json ADDED
@@ -0,0 +1,489 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_loss_history": [
3
+ 0.047928659315781504,
4
+ 0.0006949022402482789,
5
+ 0.0010734537166794517,
6
+ 0.0006152855177427109,
7
+ 0.00011687942116370767,
8
+ 0.00020554457697606563,
9
+ 0.0007192346013056974,
10
+ 0.00011859725575276393,
11
+ 0.0003182351600021081,
12
+ 0.0005468394994454358,
13
+ 0.0004360543223084239,
14
+ 0.0012434385571134879,
15
+ 5.973176550695647e-05,
16
+ 4.7412790192547225e-05,
17
+ 6.238552469206092e-05,
18
+ 0.00015723898853543667,
19
+ 0.00010148409973134695,
20
+ 0.00014321584157705162,
21
+ 0.00012077949777101117,
22
+ 8.536530996812897e-05,
23
+ 7.980600606639531e-05,
24
+ 0.00024803338860627475,
25
+ 0.00010658709384645037,
26
+ 6.773578205252632e-05,
27
+ 8.155245115901062e-05,
28
+ 6.60438944421686e-05,
29
+ 8.051208146861989e-05,
30
+ 7.357162857343528e-05,
31
+ 4.69376460630831e-05,
32
+ 6.422285643879602e-05,
33
+ 0.00012228472015134831,
34
+ 4.85294423324115e-05,
35
+ 3.434202191389873e-05,
36
+ 3.2734662624173205e-05,
37
+ 3.0314821193253932e-05,
38
+ 2.9248124266170513e-05,
39
+ 3.204084148919763e-05,
40
+ 2.434612859384575e-05,
41
+ 2.451069366125621e-05,
42
+ 2.3173857902005884e-05,
43
+ 2.1990548752932158e-05,
44
+ 2.0399042922468635e-05,
45
+ 2.020785857047829e-05,
46
+ 1.952424931517632e-05,
47
+ 1.8617949248356566e-05,
48
+ 1.8276091769788955e-05,
49
+ 1.8054693970352412e-05,
50
+ 1.768256500231234e-05,
51
+ 1.7491002851009694e-05,
52
+ 1.784203906583427e-05,
53
+ 0.0076242006888470925,
54
+ 0.00013156365828885074,
55
+ 8.274292987331294e-05,
56
+ 0.00012027848812789905,
57
+ 0.00019276423797397942,
58
+ 6.441972457838112e-05,
59
+ 0.00015153984726888728,
60
+ 6.234324651535444e-05,
61
+ 0.0004435729861317111,
62
+ 5.55793773625202e-05,
63
+ 0.0005415625738942906,
64
+ 4.888701246338106e-05,
65
+ 5.984653692798907e-05,
66
+ 4.9954603169184836e-05,
67
+ 8.881673217106972e-05,
68
+ 0.0001422768891730533,
69
+ 0.00012575291818423914,
70
+ 0.00010410523897077433,
71
+ 6.085281701412182e-05,
72
+ 4.9238619450997765e-05,
73
+ 9.720630484380264e-05,
74
+ 0.00025967211489990113,
75
+ 9.572093290988129e-05,
76
+ 0.00019708159576029257,
77
+ 0.0001653077016558918,
78
+ 3.5846492350452734e-05,
79
+ 5.598483791830852e-05,
80
+ 5.330636422209019e-05,
81
+ 4.37195933859345e-05,
82
+ 0.00010271433415403117,
83
+ 0.00010793821548284967,
84
+ 9.543247569253032e-05,
85
+ 4.5204619508429585e-05,
86
+ 5.153431960386232e-05,
87
+ 0.00024224689295958765,
88
+ 3.3395609312702494e-05,
89
+ 4.77683986707308e-05,
90
+ 3.852387731841413e-05,
91
+ 2.8161190483620868e-05,
92
+ 3.933131680811852e-05,
93
+ 4.062870401580049e-05,
94
+ 0.00017846101365831562,
95
+ 6.78482065757887e-05,
96
+ 3.034723103151205e-05,
97
+ 5.021901810623734e-05,
98
+ 0.00022681239045413388,
99
+ 2.8216781784480688e-05,
100
+ 2.6548571810688887e-05,
101
+ 3.366329710995582e-05,
102
+ 4.041387116371205e-05,
103
+ 3.4067415006784056e-05,
104
+ 2.7742833667203243e-05,
105
+ 6.532883340309275e-05,
106
+ 2.7837519277428594e-05,
107
+ 3.822202927440404e-05,
108
+ 2.464142943190991e-05,
109
+ 2.5300616486988017e-05,
110
+ 2.7211633015652528e-05,
111
+ 2.318644450253539e-05,
112
+ 2.7594858429917e-05,
113
+ 3.7894345847021716e-05,
114
+ 3.1579057753133293e-05,
115
+ 2.2764573279463717e-05,
116
+ 2.317715486436026e-05,
117
+ 2.5766221517261637e-05,
118
+ 2.5689236573971663e-05,
119
+ 2.3766055815313853e-05,
120
+ 2.7410001256869053e-05,
121
+ 2.0527946976776483e-05,
122
+ 2.0467833745501223e-05,
123
+ 2.124201783232546e-05,
124
+ 2.137484773193659e-05,
125
+ 2.0112095912366658e-05,
126
+ 2.261692369078072e-05,
127
+ 5.7032989318257754e-05,
128
+ 1.8558992160001144e-05,
129
+ 1.8634256803853927e-05,
130
+ 1.806864532425337e-05,
131
+ 1.8156596254585745e-05,
132
+ 1.8091417579514014e-05,
133
+ 1.8572081171768198e-05,
134
+ 1.7913417134346917e-05,
135
+ 1.7492383150648237e-05,
136
+ 1.7677787195462556e-05,
137
+ 1.73300238979542e-05,
138
+ 1.7837312834595894e-05,
139
+ 1.7356072771200816e-05,
140
+ 1.7050836430789178e-05,
141
+ 1.698847618460591e-05,
142
+ 1.6854014483689325e-05,
143
+ 1.707957593056014e-05,
144
+ 1.660490888709458e-05,
145
+ 1.6581803887322567e-05,
146
+ 1.6509257679208924e-05,
147
+ 1.6578573131368468e-05,
148
+ 1.68111487807489e-05,
149
+ 1.625855646173686e-05,
150
+ 1.621479530727489e-05,
151
+ 1.6241659430466676e-05,
152
+ 1.6177183388600154e-05,
153
+ 0.0010911367265671898,
154
+ 7.442433320321605e-05,
155
+ 7.933682587663585e-05,
156
+ 3.3475778324597203e-05,
157
+ 3.446860121271586e-05,
158
+ 6.608223006813414e-05,
159
+ 5.027403948736427e-05,
160
+ 0.00015239930853480751,
161
+ 0.00021222714591882696,
162
+ 2.8011672265726905e-05,
163
+ 3.4801408058198384e-05,
164
+ 3.668981861900077e-05,
165
+ 4.312667793461453e-05,
166
+ 4.0065555824541974e-05,
167
+ 4.2022302735179974e-05,
168
+ 0.00016701333634611736,
169
+ 7.104454455887742e-05,
170
+ 9.122977652162101e-05,
171
+ 2.591940750045813e-05,
172
+ 4.095985418622219e-05,
173
+ 3.375768806348022e-05,
174
+ 6.485568052633308e-05,
175
+ 3.7554104417061105e-05,
176
+ 4.4857958994869384e-05,
177
+ 0.0001445643237553868,
178
+ 0.00023311414374759036,
179
+ 2.7123339008361498e-05,
180
+ 7.22349678005304e-05,
181
+ 3.277888079115551e-05,
182
+ 2.6256417674704915e-05,
183
+ 4.1481853985210345e-05,
184
+ 4.5524668604103905e-05,
185
+ 3.747794682402111e-05,
186
+ 3.439817989088084e-05,
187
+ 3.17700941844049e-05,
188
+ 5.616244556239634e-05,
189
+ 9.871728326597542e-05,
190
+ 3.675560587875329e-05,
191
+ 3.64914291678456e-05,
192
+ 5.720040345560725e-05,
193
+ 6.909822007892826e-05,
194
+ 3.805226023932106e-05,
195
+ 5.7736335827321976e-05,
196
+ 6.396610678183732e-05,
197
+ 4.896001249316819e-05,
198
+ 0.00015144073469646477,
199
+ 2.6723251167957938e-05,
200
+ 8.927947137157102e-05,
201
+ 2.316890464536e-05,
202
+ 2.473204444139414e-05,
203
+ 2.444031212328692e-05,
204
+ 2.5544984258598752e-05,
205
+ 2.6277840727756807e-05,
206
+ 2.819937620451559e-05,
207
+ 0.000162414775218711,
208
+ 8.753876606194167e-05,
209
+ 2.4463708219022855e-05,
210
+ 2.288677669465517e-05,
211
+ 2.6474674261938828e-05,
212
+ 2.2370629401328396e-05,
213
+ 2.6407884374574325e-05,
214
+ 2.7745542928441777e-05,
215
+ 2.5059742559944477e-05,
216
+ 2.7253926839257996e-05,
217
+ 5.304826753439574e-05,
218
+ 0.00013340591717200082,
219
+ 5.203852989209923e-05,
220
+ 2.7994609449945673e-05,
221
+ 2.4307017401168884e-05,
222
+ 2.2538082447046176e-05,
223
+ 2.141573808826665e-05,
224
+ 2.6187374550661833e-05,
225
+ 3.089505480167219e-05,
226
+ 2.696544395587951e-05,
227
+ 3.93762534873383e-05,
228
+ 7.591918548797458e-05,
229
+ 2.8971471138493362e-05,
230
+ 2.4664353550483547e-05,
231
+ 2.1681920947574316e-05,
232
+ 2.3474315852990693e-05,
233
+ 7.545616191317565e-05,
234
+ 2.0951490840022317e-05,
235
+ 2.183390266241751e-05,
236
+ 2.3465598384351133e-05,
237
+ 2.4206859313454823e-05,
238
+ 1.905145491722204e-05,
239
+ 5.650045535563358e-05,
240
+ 2.0850099450294844e-05,
241
+ 2.084959590082903e-05,
242
+ 2.5635879509401707e-05,
243
+ 4.0397699890991354e-05,
244
+ 2.869608287914962e-05,
245
+ 1.954651972464185e-05,
246
+ 1.9960793675466808e-05,
247
+ 2.427598328814997e-05,
248
+ 3.9527793762718094e-05,
249
+ 1.9140237479011363e-05,
250
+ 1.9312606206515274e-05,
251
+ 2.7227431550301027e-05,
252
+ 2.4682951935741776e-05,
253
+ 1.9616607208341635e-05,
254
+ 2.008559867631861e-05,
255
+ 5.7385208414303265e-05,
256
+ 2.0489923385823343e-05,
257
+ 1.7063187350616723e-05,
258
+ 1.8679559377633442e-05,
259
+ 1.811177158641074e-05,
260
+ 1.9339116449099098e-05,
261
+ 2.0741530064562244e-05,
262
+ 2.322485317963757e-05,
263
+ 1.7405349632299563e-05,
264
+ 2.268058225805736e-05,
265
+ 2.041256734367306e-05,
266
+ 1.8847526312063773e-05,
267
+ 2.2477544341948458e-05,
268
+ 2.067150526990621e-05,
269
+ 1.7823933413881553e-05,
270
+ 2.0719849484169062e-05,
271
+ 1.8576113965380274e-05,
272
+ 1.857739854750091e-05,
273
+ 1.6965552341002116e-05,
274
+ 2.1370908398560343e-05,
275
+ 1.9348411941874392e-05,
276
+ 1.755121038034926e-05,
277
+ 2.088755237765505e-05,
278
+ 1.7965279188171156e-05,
279
+ 2.7262071336026652e-05,
280
+ 1.6599874017986025e-05,
281
+ 1.6918255245341613e-05,
282
+ 1.6440932010190523e-05,
283
+ 1.6970141357258955e-05,
284
+ 1.7509820256408597e-05,
285
+ 1.8451085099642248e-05,
286
+ 1.7665876169175e-05,
287
+ 1.6037526937620178e-05,
288
+ 1.724864239676073e-05,
289
+ 1.6443012690273828e-05,
290
+ 1.7080887233167312e-05,
291
+ 1.620907245982006e-05,
292
+ 1.8693770192095887e-05,
293
+ 1.609925264479837e-05,
294
+ 1.6967979909102932e-05,
295
+ 1.6053024607668032e-05,
296
+ 1.5949588553364688e-05,
297
+ 1.618354345975569e-05,
298
+ 1.6426505992969754e-05,
299
+ 1.5674319225411997e-05,
300
+ 1.593089580476741e-05,
301
+ 1.5978005228888786e-05,
302
+ 1.657686236965861e-05,
303
+ 1.5711943789299628e-05,
304
+ 1.6019769665246765e-05,
305
+ 1.561672781678537e-05,
306
+ 1.5991263429652515e-05,
307
+ 1.5585397933451253e-05,
308
+ 1.6186086417005036e-05,
309
+ 1.569130720846417e-05,
310
+ 1.5789657821918652e-05,
311
+ 1.5977488440481928e-05,
312
+ 1.5566254633172952e-05,
313
+ 1.544200677234798e-05,
314
+ 1.5320198310942316e-05,
315
+ 1.5242203481081373e-05,
316
+ 1.5205030934836623e-05,
317
+ 1.5297691105800686e-05,
318
+ 1.5185668236368117e-05,
319
+ 1.5071697819476784e-05,
320
+ 1.5170367902056529e-05,
321
+ 1.518320507748764e-05,
322
+ 1.5004031786818805e-05,
323
+ 1.5559591796289986e-05,
324
+ 1.5063847841244216e-05,
325
+ 1.502392449781241e-05,
326
+ 1.4957866932848394e-05,
327
+ 1.4964722523656886e-05,
328
+ 1.490988087434896e-05,
329
+ 1.5115838955603177e-05,
330
+ 1.4903098299659934e-05,
331
+ 1.5295822775493636e-05,
332
+ 1.4886948107144336e-05,
333
+ 1.4856360331914054e-05,
334
+ 1.4833782612375338e-05,
335
+ 1.4816578115460506e-05,
336
+ 1.5170217258089266e-05,
337
+ 1.4799613546321354e-05,
338
+ 1.51262711540448e-05,
339
+ 1.479400445873036e-05,
340
+ 1.4746148482247321e-05,
341
+ 1.4753102456774848e-05,
342
+ 1.4719250924042137e-05,
343
+ 1.4740951366790565e-05,
344
+ 1.4707885712818114e-05,
345
+ 1.5169788224022089e-05,
346
+ 1.4683611760978582e-05,
347
+ 1.4682420831314286e-05,
348
+ 1.4673869787014212e-05,
349
+ 1.4698160640727585e-05,
350
+ 1.4668882578120612e-05,
351
+ 1.4720104903088042e-05,
352
+ 1.466869959616354e-05,
353
+ 0.00028052000085903423,
354
+ 2.6649565911154792e-05,
355
+ 2.4657888361703675e-05,
356
+ 3.0153244282109227e-05,
357
+ 5.649514268865738e-05,
358
+ 3.524949845182403e-05,
359
+ 3.446956838880096e-05,
360
+ 2.1749216474284205e-05,
361
+ 6.591638436473302e-05,
362
+ 2.5616885818418054e-05,
363
+ 2.396918703241542e-05,
364
+ 6.274653559814666e-05,
365
+ 3.235189944155244e-05,
366
+ 3.7791815526235265e-05,
367
+ 5.1199640882294515e-05,
368
+ 0.0001316607265260628,
369
+ 2.0101025679933633e-05,
370
+ 2.0187760754558556e-05,
371
+ 2.128763493542835e-05,
372
+ 1.9942122932344063e-05,
373
+ 2.8172145191188303e-05,
374
+ 2.7934660590799293e-05,
375
+ 2.3972071922411637e-05,
376
+ 2.7624952221422543e-05,
377
+ 4.4610551211652035e-05,
378
+ 5.372790423732665e-05,
379
+ 3.2932565484783805e-05,
380
+ 1.9327159422886777e-05,
381
+ 4.855859273530686e-05,
382
+ 3.621025223419217e-05,
383
+ 1.903905027927576e-05,
384
+ 2.841011406595655e-05,
385
+ 3.781146788503139e-05,
386
+ 2.502001833465729e-05,
387
+ 8.768400237796375e-05,
388
+ 1.8553423883945058e-05,
389
+ 2.0228494800462027e-05,
390
+ 2.2526833169810773e-05,
391
+ 2.1763349746163984e-05,
392
+ 2.311143349184174e-05,
393
+ 0.0001538188568389795,
394
+ 2.1988569620658886e-05,
395
+ 5.817659435645523e-05,
396
+ 2.0074219074530355e-05,
397
+ 1.8935993287078945e-05,
398
+ 3.496657699690949e-05,
399
+ 2.9860211687930184e-05,
400
+ 2.324121890254309e-05,
401
+ 2.176403506021298e-05,
402
+ 2.2414497434336783e-05
403
+ ],
404
+ "val_loss_history": [
405
+ 0.5926774516701698,
406
+ 0.17820684611797333,
407
+ 0.17300713807344437,
408
+ 0.192041527479887,
409
+ 0.19655945524573326,
410
+ 0.395011343061924,
411
+ 0.3089020736515522,
412
+ 0.32013382762670517,
413
+ 0.6825258433818817,
414
+ 0.2235833778977394,
415
+ 0.2483937107026577,
416
+ 0.28077036142349243,
417
+ 0.26743458956480026,
418
+ 0.28192055970430374,
419
+ 0.27316276729106903,
420
+ 0.2448822781443596,
421
+ 0.23578884452581406,
422
+ 0.15609030425548553,
423
+ 0.18058374896645546,
424
+ 0.323333278298378,
425
+ 0.37206557393074036,
426
+ 0.4064665026962757,
427
+ 1.4340878427028656,
428
+ 0.434962697327137,
429
+ 0.30037520825862885,
430
+ 0.3674027696251869,
431
+ 2.0432062298059464,
432
+ 0.3523652218282223,
433
+ 1.651973444968462,
434
+ 1.6599613651633263,
435
+ 2.4509262703359127,
436
+ 2.445054952055216,
437
+ 2.445206616073847,
438
+ 2.4445605911314487,
439
+ 2.4465204887092113,
440
+ 0.43507517874240875,
441
+ 0.2396019622683525,
442
+ 0.5704065803438425,
443
+ 0.25531776063144207,
444
+ 0.22239035367965698
445
+ ],
446
+ "val_epochs": [
447
+ 10,
448
+ 20,
449
+ 30,
450
+ 40,
451
+ 50,
452
+ 60,
453
+ 70,
454
+ 80,
455
+ 90,
456
+ 100,
457
+ 110,
458
+ 120,
459
+ 130,
460
+ 140,
461
+ 150,
462
+ 160,
463
+ 170,
464
+ 180,
465
+ 190,
466
+ 200,
467
+ 210,
468
+ 220,
469
+ 230,
470
+ 240,
471
+ 250,
472
+ 260,
473
+ 270,
474
+ 280,
475
+ 290,
476
+ 300,
477
+ 310,
478
+ 320,
479
+ 330,
480
+ 340,
481
+ 350,
482
+ 360,
483
+ 370,
484
+ 380,
485
+ 390,
486
+ 400
487
+ ],
488
+ "best_val_loss": 0.15609030425548553
489
+ }
cleanroom/output/rollout_results_epoch_40.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0fa978cd9654d084118ee4da90a6b5cec4da81cfcbb43c10b00eef3c0d0acb2
3
+ size 109707267
cleanroom/output/rollout_results_epoch_400.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d5295fb465a5867905a7e30e12f9b48dff9c9a4bf50af3c0d5a215e6a57de5d
3
+ size 109707267
cleanroom/output/rollout_results_epoch_50.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70748c9cba31b51811dcff1339c65d9083feb87f9b1e68aa014801c0dd41303b
3
+ size 109707267
cleanroom/output/rollout_results_epoch_60.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6193de14401d0c36ea59aa4e214cf5947652f0c4435906ab74fdfe31964c2c80
3
+ size 109707267
cleanroom/output/rollout_results_epoch_70.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a41f25a182f1896c96f7a07fc8cc39278b44d601dc9a8dc3176badcfb7442470
3
+ size 109707267
cleanroom/output/rollout_results_epoch_80.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ad6d95a01bb6291c769dbf3f562f49503dd7bcfe5fd475bde490a19c341acd1
3
+ size 109707267
cleanroom/output/rollout_results_epoch_90.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a7f39f8d2c9507557b4ab0d8a25c7789a67fdba1f0bed571dc899c17ad14adb
3
+ size 109707267
cleanroom/outputs_800/best_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8717c13b11879c442cabddc8018615c59408e64b5a4ce1d4d46234784f10d52
3
+ size 11778111
cleanroom/outputs_800/checkpoint_epoch_70.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c430d968fd1d2aa2cd22a9edaf45aca7b462d57a29efc0b9424cc55190438ce
3
+ size 35356294
cleanroom/outputs_800/checkpoint_epoch_700.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21348c2db7541d3d5301cbd89962f3a7bd15bb5a98a6d022d79ebdb27206b3ca
3
+ size 35356820
cleanroom/outputs_800/checkpoint_epoch_710.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef9d20a744cba38220d51865e33167f77b4eb186b48bb5aacba5cef8d55bc957
3
+ size 35356820
cleanroom/outputs_800/checkpoint_epoch_720.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9c444e0415adc3f2804de9ff23a8468aec17940f5f5e39dc7f0c90ce531fa2d
3
+ size 35356820
cleanroom/outputs_800/checkpoint_epoch_730.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:773b795b084a6ffe1a61ec7e148b6d3b8757986115dfcb2816a8d502322228b6
3
+ size 35356820
cleanroom/outputs_800/checkpoint_epoch_740.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da3e2010e3704a22215e3f2c1a4ef4b8588662f37ac723d5449da62c4a1955c
3
+ size 35356820
cleanroom/outputs_800/checkpoint_epoch_750.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eab82cdf1935a75b0b64950306dc0918691ad1916fa21e8f1df7c413cd108ece
3
+ size 35356820
cleanroom/outputs_800/checkpoint_epoch_760.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d99d7ce35da6f894c5d672429062cd628b9bc3b08d36153bf25d2bd6cdcf79
3
+ size 35356820
cleanroom/outputs_800/checkpoint_epoch_770.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d47d7008cd437068bdc59386a31d4a15a75357959e8e4fec620db6de83b2001e
3
+ size 35356820
cleanroom/outputs_800/checkpoint_epoch_780.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99ab7db208989ebcb6c26e93b06cdbd0bde2731ecb10acf73b5464d873a2d44a
3
+ size 35356820
cleanroom/outputs_800/checkpoint_epoch_790.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d2a1928d16193b11f99cf5696dc44411eb2b3bde0ce7bd5d4b8b2ffd16fcce9
3
+ size 35356820
cleanroom/outputs_800/checkpoint_epoch_80.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:272ad4ef80d5f6a5db82206be06141ae93a0da24e6d418f128efdcf1166bd764
3
+ size 35356294
cleanroom/outputs_800/checkpoint_epoch_800.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da2bd11e42603d5ca3db209a8215e535fe9401572d8d18ad18425947d33d81c2
3
+ size 35356820
cleanroom/outputs_800/checkpoint_epoch_90.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74940f344a3523d9385733862b01a42c7f02674236cbc8b7b23c12d7f5edc8e5
3
+ size 35356294
cleanroom/outputs_800/checkpoint_latest.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:574db7cfb89468162403cc9c02c2d090097e8bf25f3e89ce0e4ef7c171bb7daf
3
+ size 35355242
cleanroom/outputs_800/loss_history.json ADDED
@@ -0,0 +1,1771 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_loss_history": [
3
+ 0.07519881309104223,
4
+ 0.006257650850536514,
5
+ 0.005655151523043108,
6
+ 0.004111358297667934,
7
+ 0.0012229442612823858,
8
+ 0.0015542152705078757,
9
+ 0.0022238270944551428,
10
+ 0.00726080516762792,
11
+ 0.0006572933918731727,
12
+ 0.00032864267967760974,
13
+ 0.0007980327645782381,
14
+ 0.0006921060937928854,
15
+ 0.00028815311477294677,
16
+ 0.010275128146801444,
17
+ 0.00024284309358083635,
18
+ 0.000170050012061068,
19
+ 0.00015787620037572284,
20
+ 0.00014559812434287634,
21
+ 0.0002601015756696821,
22
+ 0.0001632957209525096,
23
+ 0.00015866604983971904,
24
+ 0.00124528430176672,
25
+ 0.00030520910756191746,
26
+ 0.0001270360754845974,
27
+ 0.00024291281371489366,
28
+ 0.00031856896781069674,
29
+ 0.0002150733924305601,
30
+ 0.0003516104864841696,
31
+ 0.00022525443558948243,
32
+ 0.00011490803129263484,
33
+ 0.00010679551775591394,
34
+ 0.0001344338256181913,
35
+ 0.00011439129905469008,
36
+ 0.00034610510698240306,
37
+ 0.00017800320404311992,
38
+ 0.000270937160804312,
39
+ 9.550520222224744e-05,
40
+ 9.224796544216997e-05,
41
+ 9.192669412922089e-05,
42
+ 8.885781269447379e-05,
43
+ 8.673247663209535e-05,
44
+ 8.825743644488436e-05,
45
+ 8.669495209861805e-05,
46
+ 8.513179815618799e-05,
47
+ 8.406834276096621e-05,
48
+ 8.460888272558466e-05,
49
+ 8.342986155750088e-05,
50
+ 8.295477701054687e-05,
51
+ 8.277187342423095e-05,
52
+ 8.381099533671093e-05,
53
+ 0.035422933904738746,
54
+ 0.0004252628482934675,
55
+ 0.0006062945391527159,
56
+ 0.00030718961781757393,
57
+ 0.00031750700579353625,
58
+ 0.0007640872194419747,
59
+ 0.00027159566380024797,
60
+ 0.00022996015308673955,
61
+ 0.00024833802954206337,
62
+ 0.00044364374778733387,
63
+ 0.0007470576273977564,
64
+ 0.0002211746550224299,
65
+ 0.00021580162853390784,
66
+ 0.0013004561696102624,
67
+ 0.001029093809717287,
68
+ 0.0002544106457651686,
69
+ 0.0002108785811135509,
70
+ 0.0013078950816469098,
71
+ 0.0003512064580692178,
72
+ 0.00017522205472889698,
73
+ 0.00023451525230832682,
74
+ 0.0002561751456004715,
75
+ 0.0008311299960903278,
76
+ 0.00027109294298419514,
77
+ 0.0001558500102525818,
78
+ 0.0005234607661983475,
79
+ 0.0008319759207373707,
80
+ 0.0001754218727014044,
81
+ 0.00045799340651165606,
82
+ 0.00022132010849091919,
83
+ 0.0008758489419412517,
84
+ 0.0003462597592978885,
85
+ 0.00015475311837772924,
86
+ 0.0001497159711698912,
87
+ 0.00012747799512312212,
88
+ 0.0001455396334211435,
89
+ 0.00024425084222857725,
90
+ 0.00017605330286428898,
91
+ 0.0004178258151684344,
92
+ 0.00011957949976731382,
93
+ 0.00023881626414562883,
94
+ 0.00033720494184090753,
95
+ 0.00044905057149932556,
96
+ 0.0001199812615191171,
97
+ 0.00017127881007177186,
98
+ 0.00012499131216436014,
99
+ 0.00015106460453540187,
100
+ 0.00045908942795003504,
101
+ 0.00012861422531791484,
102
+ 0.00021456748365172038,
103
+ 0.00014073515475584745,
104
+ 0.00012155890482154499,
105
+ 0.00022641866447205384,
106
+ 0.0001147223493678155,
107
+ 0.0001196684028178407,
108
+ 0.0003815897699174396,
109
+ 0.0002366653099135404,
110
+ 0.000100989804540574,
111
+ 9.244756575279524e-05,
112
+ 9.39861539395309e-05,
113
+ 9.795369188443721e-05,
114
+ 0.00010723421733823822,
115
+ 0.00010365476198580945,
116
+ 9.428631530820995e-05,
117
+ 9.555300353725576e-05,
118
+ 9.608891233391046e-05,
119
+ 9.442413615083773e-05,
120
+ 0.00010822217056652574,
121
+ 0.0001021265688317787,
122
+ 9.125630444549987e-05,
123
+ 0.00010181061863942852,
124
+ 9.49676571249539e-05,
125
+ 9.086905509812523e-05,
126
+ 9.098630640006664e-05,
127
+ 8.721099695711227e-05,
128
+ 8.488192714935938e-05,
129
+ 8.401064521833317e-05,
130
+ 8.86755499486231e-05,
131
+ 8.730924190694642e-05,
132
+ 8.598201262347257e-05,
133
+ 8.084482624326483e-05,
134
+ 8.200556643198992e-05,
135
+ 8.195178330614121e-05,
136
+ 8.070206425408717e-05,
137
+ 8.020041073523446e-05,
138
+ 8.35882168497951e-05,
139
+ 8.021032487832734e-05,
140
+ 7.948110295615695e-05,
141
+ 7.9116949542437e-05,
142
+ 7.900211683603951e-05,
143
+ 7.89916162029492e-05,
144
+ 7.949342720608589e-05,
145
+ 7.843852823366672e-05,
146
+ 8.040153280401783e-05,
147
+ 7.915667977082437e-05,
148
+ 7.799151418785578e-05,
149
+ 7.787926835072468e-05,
150
+ 7.877991721666345e-05,
151
+ 7.784522760236528e-05,
152
+ 7.773312616988828e-05,
153
+ 0.006854034409266543,
154
+ 0.00020380999196198787,
155
+ 0.00019033925415013717,
156
+ 0.00022955964481010787,
157
+ 0.000244867994031787,
158
+ 0.00013786026014992077,
159
+ 0.00019335116159805023,
160
+ 0.00020138526563176165,
161
+ 0.00014055108343300206,
162
+ 0.00017870990535611694,
163
+ 0.0009997314953919345,
164
+ 0.0002642737358633964,
165
+ 0.00018605402512470278,
166
+ 0.0001404658827047687,
167
+ 0.0006514058841798181,
168
+ 0.00020967570138241847,
169
+ 0.00015657090620604876,
170
+ 0.00019747409697938305,
171
+ 0.00016477285060919063,
172
+ 0.0012532682364321099,
173
+ 0.00015469477477564358,
174
+ 0.00013041141782800942,
175
+ 0.00011689108654184056,
176
+ 0.00018002455821321733,
177
+ 0.0013856295973757944,
178
+ 0.00012120528819659348,
179
+ 0.00012984350429683239,
180
+ 0.00011424960018376933,
181
+ 0.00022069026227180503,
182
+ 0.0005060284600308238,
183
+ 0.0002062260925748361,
184
+ 0.00011348382882176064,
185
+ 0.0001354798249170552,
186
+ 0.00016344754875495692,
187
+ 0.0007586684214902779,
188
+ 0.00012123839655833201,
189
+ 0.00013387960372197456,
190
+ 0.00012629504251229017,
191
+ 0.00024779698955145515,
192
+ 0.00015355038407218862,
193
+ 0.0002652895607439407,
194
+ 0.0001671868387182423,
195
+ 0.00023373882379908964,
196
+ 0.0003050713839650524,
197
+ 0.00018635113081638173,
198
+ 0.000164242637991996,
199
+ 0.00049976499383374,
200
+ 0.00033483860969633835,
201
+ 0.00013354369961077965,
202
+ 0.0001268553771436118,
203
+ 0.00016046769487033498,
204
+ 0.0001324155069840292,
205
+ 0.00011885167368180182,
206
+ 0.0005197155116404343,
207
+ 0.00016921929713543943,
208
+ 0.00010269206389904919,
209
+ 0.00016320957100228017,
210
+ 0.00016677975863742316,
211
+ 0.00030489307731118733,
212
+ 0.00012204708005075543,
213
+ 0.00016123033909799846,
214
+ 0.00018315738885210599,
215
+ 0.00020966195863135372,
216
+ 0.00012323404619534364,
217
+ 0.00013568217225633924,
218
+ 0.000157982617289392,
219
+ 0.00014995781569368817,
220
+ 0.00012772625325995155,
221
+ 0.00012265482792788078,
222
+ 0.00011983970240576497,
223
+ 0.0001512212102736166,
224
+ 0.000172962145949317,
225
+ 0.0001314206898862604,
226
+ 0.00010765132183158339,
227
+ 0.00017374679959627983,
228
+ 0.00017603895235644473,
229
+ 0.00011984614076771487,
230
+ 0.00011071705315527705,
231
+ 0.0001079624949922213,
232
+ 0.00021541317198897598,
233
+ 0.00011960401494895611,
234
+ 0.0001882056496891996,
235
+ 0.00011922569864766316,
236
+ 0.00012770743293813168,
237
+ 9.478098480065708e-05,
238
+ 0.00011202018704330909,
239
+ 0.0001018327892557846,
240
+ 0.00010044308165391518,
241
+ 0.00011341541556740294,
242
+ 0.00011540508025494713,
243
+ 0.0002952963879805615,
244
+ 0.0001138275581644465,
245
+ 0.00010994364398404861,
246
+ 0.00013564791456201203,
247
+ 0.0001031991296552375,
248
+ 9.897308510108123e-05,
249
+ 0.00012566362521723254,
250
+ 9.526035904111103e-05,
251
+ 9.884126498863307e-05,
252
+ 0.000106779542534785,
253
+ 0.00010460830676558335,
254
+ 9.567088000039803e-05,
255
+ 0.00012711180183354434,
256
+ 0.00014702955994352033,
257
+ 9.568958329222561e-05,
258
+ 9.044995785293243e-05,
259
+ 9.465527941419338e-05,
260
+ 9.482656971134642e-05,
261
+ 9.153212504555229e-05,
262
+ 0.00011094492531432236,
263
+ 0.00023842759980182796,
264
+ 8.592781142651714e-05,
265
+ 8.546860715069631e-05,
266
+ 8.584293883548648e-05,
267
+ 8.870801227321123e-05,
268
+ 8.41150135174888e-05,
269
+ 0.00010566133573231049,
270
+ 8.752028834111882e-05,
271
+ 0.00010566200958520316,
272
+ 9.257502090425744e-05,
273
+ 9.388505760685611e-05,
274
+ 8.388051142329289e-05,
275
+ 8.819311846294344e-05,
276
+ 9.803245612519359e-05,
277
+ 9.247088188860733e-05,
278
+ 8.521638866923196e-05,
279
+ 8.514232396166562e-05,
280
+ 0.00010790726106783972,
281
+ 9.076278650715839e-05,
282
+ 9.70394926744512e-05,
283
+ 8.311505856284745e-05,
284
+ 8.469605725504892e-05,
285
+ 8.595398964152382e-05,
286
+ 9.049834354766028e-05,
287
+ 8.192135030139762e-05,
288
+ 8.397925313510788e-05,
289
+ 8.24538695641505e-05,
290
+ 9.2356317829103e-05,
291
+ 8.339239863481022e-05,
292
+ 8.11927734008115e-05,
293
+ 8.188087033823305e-05,
294
+ 8.229374709060538e-05,
295
+ 8.272321808621826e-05,
296
+ 8.049861010979504e-05,
297
+ 8.881142862623834e-05,
298
+ 8.1452274478331e-05,
299
+ 7.981871753532539e-05,
300
+ 8.059461397547522e-05,
301
+ 8.553706908695463e-05,
302
+ 8.008664182622317e-05,
303
+ 8.006684695553639e-05,
304
+ 8.061655191077559e-05,
305
+ 8.03482403706871e-05,
306
+ 7.937193824630687e-05,
307
+ 8.168994735228264e-05,
308
+ 8.221674633342189e-05,
309
+ 7.892309556674964e-05,
310
+ 7.84184606040502e-05,
311
+ 7.902789170020914e-05,
312
+ 7.902968753720659e-05,
313
+ 7.880258805945715e-05,
314
+ 7.862852809799759e-05,
315
+ 7.797575183608322e-05,
316
+ 7.811269824551955e-05,
317
+ 7.824533400445691e-05,
318
+ 7.802393140977484e-05,
319
+ 7.841391995365545e-05,
320
+ 7.816426248606524e-05,
321
+ 7.827873811162466e-05,
322
+ 7.736384886305842e-05,
323
+ 7.748130071021343e-05,
324
+ 7.71457762873546e-05,
325
+ 7.730160311026386e-05,
326
+ 7.706409868668445e-05,
327
+ 7.763086394537535e-05,
328
+ 7.804112016337446e-05,
329
+ 7.694302512310771e-05,
330
+ 7.694270944678478e-05,
331
+ 7.679586186339436e-05,
332
+ 7.684678092760026e-05,
333
+ 7.680468907695734e-05,
334
+ 7.668499558482953e-05,
335
+ 7.762526571134164e-05,
336
+ 7.892202400343734e-05,
337
+ 7.65269296553189e-05,
338
+ 7.645872856630233e-05,
339
+ 7.643197195733772e-05,
340
+ 7.711810052649452e-05,
341
+ 7.639755291969752e-05,
342
+ 7.652563436528525e-05,
343
+ 7.741350096143593e-05,
344
+ 7.650405197917837e-05,
345
+ 7.636868066443361e-05,
346
+ 7.624329089098995e-05,
347
+ 7.627691746181285e-05,
348
+ 7.622491502881408e-05,
349
+ 7.62063994225325e-05,
350
+ 7.636602726259724e-05,
351
+ 7.643870133243423e-05,
352
+ 7.62239778789731e-05,
353
+ 0.0018561123955126812,
354
+ 0.00022286474220316834,
355
+ 0.00014235435482291405,
356
+ 0.00046747776547456736,
357
+ 0.00017716906836213773,
358
+ 0.00014137076154251252,
359
+ 0.0001152492765344,
360
+ 0.00013814285052809352,
361
+ 0.00016402606575413657,
362
+ 0.00027681631627927077,
363
+ 0.00011655548139656733,
364
+ 0.00021360620451268392,
365
+ 0.00023464674282685767,
366
+ 0.00010679119447828862,
367
+ 0.00013808759638159768,
368
+ 0.00020582562514713634,
369
+ 0.00016348216509807584,
370
+ 0.0001524429811779468,
371
+ 0.0001157425921166978,
372
+ 0.0001458597712241007,
373
+ 0.00020526973559719156,
374
+ 0.00012880174794251603,
375
+ 0.00012221892661923731,
376
+ 0.0002644691610482965,
377
+ 0.0004216574832178977,
378
+ 0.00010205169634931274,
379
+ 0.00011096398841248032,
380
+ 0.00013768208041190728,
381
+ 0.00013989356159908002,
382
+ 0.0001659736264876053,
383
+ 0.00023932222461662257,
384
+ 0.0002924386729810676,
385
+ 0.00020371817127639178,
386
+ 0.00011918152108265666,
387
+ 0.00012329621496895811,
388
+ 0.00011345269112507377,
389
+ 0.00012185066698598282,
390
+ 0.0004387027192280854,
391
+ 0.00011069219295747239,
392
+ 0.00010724988122823404,
393
+ 0.00025008991317800625,
394
+ 0.00042352716825212045,
395
+ 0.0001057509878431089,
396
+ 0.00010067167142495054,
397
+ 0.00014816521387115572,
398
+ 0.00011225475610829967,
399
+ 0.0005473638241462388,
400
+ 9.434906052522355e-05,
401
+ 9.852566837322734e-05,
402
+ 0.00010340783035679376,
403
+ 0.00010382218918898594,
404
+ 0.00014309796114194147,
405
+ 0.00010063153979064136,
406
+ 0.00023629411172466274,
407
+ 0.00010060141709004167,
408
+ 0.00011939987698540651,
409
+ 0.00018771133102236665,
410
+ 0.000138675933125446,
411
+ 0.00027989060177161266,
412
+ 0.00011029602218509549,
413
+ 0.00011370835265430313,
414
+ 0.00010682277871294,
415
+ 0.00015765724159330443,
416
+ 0.00014371443656395033,
417
+ 0.00044101062342363865,
418
+ 0.00013033630415755737,
419
+ 0.00011196308803141511,
420
+ 0.00012907769291705683,
421
+ 9.588649428467708e-05,
422
+ 0.0001462096508125644,
423
+ 0.0002490016658240083,
424
+ 0.00011130243513252064,
425
+ 0.00012904920276488637,
426
+ 0.0001224638114162838,
427
+ 0.00012107260883467417,
428
+ 0.00019548082295993904,
429
+ 0.00012047733626682354,
430
+ 0.0001467630539943792,
431
+ 0.00015753552643261944,
432
+ 0.00013056306689407753,
433
+ 0.00021817133656288693,
434
+ 0.00018602095716150043,
435
+ 9.719294725830455e-05,
436
+ 0.00011461597037659406,
437
+ 0.00039603942276912173,
438
+ 0.0001304249552127771,
439
+ 8.990205519607394e-05,
440
+ 0.00010198978607236944,
441
+ 0.0001398989454965716,
442
+ 0.00011187999128209735,
443
+ 0.00013338928832281322,
444
+ 0.00011522883181914166,
445
+ 0.00011121841979029037,
446
+ 0.00016554914004243628,
447
+ 0.00011995466812141094,
448
+ 0.0001211741539170392,
449
+ 0.00011002969292923426,
450
+ 9.714925952146969e-05,
451
+ 0.00019702992287429487,
452
+ 0.00013786525714662554,
453
+ 9.541962138180018e-05,
454
+ 0.00015330689217280539,
455
+ 0.00011393035966043433,
456
+ 0.00012956252717731548,
457
+ 0.0003236702748196559,
458
+ 0.00015404807956012398,
459
+ 0.00010620584140905126,
460
+ 0.00010594406758260169,
461
+ 0.00010651767882828308,
462
+ 0.00011138698205917336,
463
+ 0.00017266878492147917,
464
+ 0.00011145915365569379,
465
+ 9.82942495732298e-05,
466
+ 0.00011638356644082892,
467
+ 0.00011907084794266236,
468
+ 0.00011125798601915884,
469
+ 0.0001293335780481696,
470
+ 0.0001111428827304722,
471
+ 0.00010799417924626789,
472
+ 0.0001169591219120288,
473
+ 0.00043094094646469534,
474
+ 8.602081467226404e-05,
475
+ 8.753821134306371e-05,
476
+ 8.958172792665828e-05,
477
+ 9.97661583267072e-05,
478
+ 9.743748753201295e-05,
479
+ 9.16018681769882e-05,
480
+ 0.00011140699834367988,
481
+ 0.0001797581980573824,
482
+ 0.0002904860464665496,
483
+ 9.078897430884846e-05,
484
+ 8.754011876450831e-05,
485
+ 8.41096409092634e-05,
486
+ 0.00014457833687550988,
487
+ 9.988607990835677e-05,
488
+ 0.00012445600981572644,
489
+ 9.999158673658778e-05,
490
+ 0.00011223765072522903,
491
+ 0.00010352168586444189,
492
+ 0.0001259642428454606,
493
+ 0.00010318105010923684,
494
+ 9.430294822455774e-05,
495
+ 0.00013249571432525088,
496
+ 0.0003080547820602304,
497
+ 8.749021437953514e-05,
498
+ 8.736009477576715e-05,
499
+ 9.944132171565353e-05,
500
+ 0.00016472405907312244,
501
+ 9.150817305327331e-05,
502
+ 0.0001004633119965943,
503
+ 9.260813612038756e-05,
504
+ 9.18481420553015e-05,
505
+ 9.443015849239566e-05,
506
+ 0.0001403970016399529,
507
+ 0.00016925735687663113,
508
+ 0.00010691142133357548,
509
+ 0.0001290284467261103,
510
+ 0.00012762066304215308,
511
+ 0.00010631519136697979,
512
+ 8.697213153379889e-05,
513
+ 9.960668773512146e-05,
514
+ 9.202167132279489e-05,
515
+ 8.777344278945548e-05,
516
+ 0.00017464262686642186,
517
+ 9.079726474687937e-05,
518
+ 0.00010658608803887067,
519
+ 8.435317462038095e-05,
520
+ 0.00010214400906610292,
521
+ 9.435365466146775e-05,
522
+ 0.00017259611707592858,
523
+ 9.053949413588166e-05,
524
+ 9.05166300047935e-05,
525
+ 0.00020788802858110906,
526
+ 8.49651136596031e-05,
527
+ 8.396488006151426e-05,
528
+ 8.242723380368243e-05,
529
+ 8.683780224894659e-05,
530
+ 9.185094425416998e-05,
531
+ 0.00010717609935828917,
532
+ 0.000107265326695897,
533
+ 8.505553837146386e-05,
534
+ 9.738903875251325e-05,
535
+ 8.568520357393457e-05,
536
+ 9.183725359125936e-05,
537
+ 9.827761093174341e-05,
538
+ 9.52570926703072e-05,
539
+ 9.430262341527885e-05,
540
+ 0.00011421519040365103,
541
+ 0.00014762251763249227,
542
+ 9.251819549632908e-05,
543
+ 8.95506017819684e-05,
544
+ 0.00014312897198478778,
545
+ 8.277097310974133e-05,
546
+ 8.0237952091372e-05,
547
+ 8.287237011690409e-05,
548
+ 8.136195491618802e-05,
549
+ 0.00020567819820460577,
550
+ 8.417304411468823e-05,
551
+ 8.234680516423169e-05,
552
+ 8.502542707980069e-05,
553
+ 8.273514459975367e-05,
554
+ 8.320626526390993e-05,
555
+ 8.83559666469614e-05,
556
+ 0.0001051930801951352,
557
+ 0.00011871477235762797,
558
+ 8.398290062879615e-05,
559
+ 8.53800693542208e-05,
560
+ 8.517002068034066e-05,
561
+ 0.00011141758685451994,
562
+ 8.185707541601545e-05,
563
+ 8.521280188377109e-05,
564
+ 8.54539221511535e-05,
565
+ 8.473743889136962e-05,
566
+ 0.00010044234586291025,
567
+ 8.273557646123698e-05,
568
+ 8.684492772870413e-05,
569
+ 9.604356801584721e-05,
570
+ 9.66535814217005e-05,
571
+ 9.862779151889295e-05,
572
+ 8.467610903033729e-05,
573
+ 8.375479002439167e-05,
574
+ 8.4300596762133e-05,
575
+ 9.494023562035473e-05,
576
+ 9.223204952259778e-05,
577
+ 8.632859622217552e-05,
578
+ 8.230896243707033e-05,
579
+ 8.70715894716036e-05,
580
+ 9.971298637531457e-05,
581
+ 9.797150495556167e-05,
582
+ 8.835484972708848e-05,
583
+ 8.00266332910062e-05,
584
+ 8.143951879501227e-05,
585
+ 8.155504310250406e-05,
586
+ 8.514377082848335e-05,
587
+ 8.303479764575159e-05,
588
+ 8.318620910850468e-05,
589
+ 8.122030520285755e-05,
590
+ 8.169540754234561e-05,
591
+ 8.379351593509528e-05,
592
+ 8.458393167622193e-05,
593
+ 8.702058575014043e-05,
594
+ 0.00010090996255729932,
595
+ 0.00010310138322218675,
596
+ 7.742404518390929e-05,
597
+ 7.794788811661115e-05,
598
+ 8.658484216430572e-05,
599
+ 9.852454521553714e-05,
600
+ 7.839560861487949e-05,
601
+ 7.849317117116528e-05,
602
+ 7.984594376918187e-05,
603
+ 8.296840437531883e-05,
604
+ 8.032667790955842e-05,
605
+ 8.165530066212145e-05,
606
+ 7.959501711995785e-05,
607
+ 8.154871182920364e-05,
608
+ 7.971063325268924e-05,
609
+ 8.276264718156265e-05,
610
+ 8.01197057940675e-05,
611
+ 8.420854093299167e-05,
612
+ 7.847650343591162e-05,
613
+ 7.782609055010344e-05,
614
+ 8.173429837946943e-05,
615
+ 7.923072343789443e-05,
616
+ 8.147045273279253e-05,
617
+ 8.013984330110844e-05,
618
+ 7.766065925480824e-05,
619
+ 7.925159343195058e-05,
620
+ 8.302821412746816e-05,
621
+ 8.313999647648481e-05,
622
+ 8.401274754742973e-05,
623
+ 7.996387147897805e-05,
624
+ 7.681105073836871e-05,
625
+ 7.916127944943791e-05,
626
+ 7.727105042931726e-05,
627
+ 8.307924045248566e-05,
628
+ 8.140457559081182e-05,
629
+ 7.992834958946314e-05,
630
+ 7.907238477909967e-05,
631
+ 7.841263343668275e-05,
632
+ 7.676041039811582e-05,
633
+ 7.665437674698265e-05,
634
+ 7.75740618709905e-05,
635
+ 7.670490066620219e-05,
636
+ 7.804907942022402e-05,
637
+ 7.722461567334285e-05,
638
+ 8.467047928968277e-05,
639
+ 7.919169772085689e-05,
640
+ 7.663124668062282e-05,
641
+ 7.749596644065317e-05,
642
+ 7.582260790003598e-05,
643
+ 7.648975188491919e-05,
644
+ 7.854537249915065e-05,
645
+ 7.703407302426023e-05,
646
+ 7.82461403550073e-05,
647
+ 7.617982536736349e-05,
648
+ 7.841892025407797e-05,
649
+ 7.968327200456186e-05,
650
+ 7.57045252546624e-05,
651
+ 7.553168027613263e-05,
652
+ 7.665170764657148e-05,
653
+ 7.70042561239834e-05,
654
+ 7.606278233807691e-05,
655
+ 7.575637655678514e-05,
656
+ 7.567413145555915e-05,
657
+ 7.559214063874379e-05,
658
+ 7.662813847459214e-05,
659
+ 7.637758689483644e-05,
660
+ 7.575982165730473e-05,
661
+ 7.783286029857815e-05,
662
+ 7.676720617298902e-05,
663
+ 7.577414675804458e-05,
664
+ 7.55818218678768e-05,
665
+ 7.641530390720144e-05,
666
+ 7.543347752165787e-05,
667
+ 7.535542893804906e-05,
668
+ 7.548439607794469e-05,
669
+ 7.51775800416523e-05,
670
+ 7.507529853865306e-05,
671
+ 7.49562714983504e-05,
672
+ 7.674085867202548e-05,
673
+ 7.742420151011061e-05,
674
+ 7.627960034457728e-05,
675
+ 7.525253140755287e-05,
676
+ 7.501507467172619e-05,
677
+ 7.463769388609393e-05,
678
+ 7.489126126515157e-05,
679
+ 7.717303711396716e-05,
680
+ 7.582799155315525e-05,
681
+ 7.496807734323477e-05,
682
+ 7.505612773676719e-05,
683
+ 7.458418569486361e-05,
684
+ 7.461465128258125e-05,
685
+ 7.550180788117624e-05,
686
+ 7.464820143082723e-05,
687
+ 7.450522755508599e-05,
688
+ 7.451150683773645e-05,
689
+ 7.538827656949643e-05,
690
+ 7.450022509216574e-05,
691
+ 7.453297188801169e-05,
692
+ 7.461885047415094e-05,
693
+ 7.514075906610568e-05,
694
+ 7.441328601820557e-05,
695
+ 7.53188151080801e-05,
696
+ 7.44932855993151e-05,
697
+ 7.445485033207187e-05,
698
+ 7.428758638435027e-05,
699
+ 7.420008211886016e-05,
700
+ 7.436482377619885e-05,
701
+ 7.41469508303664e-05,
702
+ 7.414629161193431e-05,
703
+ 7.586048121262839e-05,
704
+ 7.506002381746927e-05,
705
+ 7.40692406553485e-05,
706
+ 7.413331324343426e-05,
707
+ 7.406134579270925e-05,
708
+ 7.453887621515266e-05,
709
+ 7.40500776459066e-05,
710
+ 7.642978513655054e-05,
711
+ 7.401903853107479e-05,
712
+ 7.415243197606853e-05,
713
+ 7.493772750993221e-05,
714
+ 7.395980809699691e-05,
715
+ 7.415549374660154e-05,
716
+ 7.388413443931547e-05,
717
+ 7.388550899355305e-05,
718
+ 7.498676622144797e-05,
719
+ 7.400508595939198e-05,
720
+ 7.449901249257987e-05,
721
+ 7.38372916712077e-05,
722
+ 7.380564804912249e-05,
723
+ 7.627133773847132e-05,
724
+ 7.377171456266262e-05,
725
+ 7.375282130964845e-05,
726
+ 7.392713212084345e-05,
727
+ 7.438088166282158e-05,
728
+ 7.3745857717772e-05,
729
+ 7.371867697279347e-05,
730
+ 7.37227484196584e-05,
731
+ 7.371589587697625e-05,
732
+ 7.460232957347156e-05,
733
+ 7.39738154298344e-05,
734
+ 7.370498369590151e-05,
735
+ 7.36912536901376e-05,
736
+ 7.366883305793087e-05,
737
+ 7.397685822493269e-05,
738
+ 7.366121261954317e-05,
739
+ 7.366465048673771e-05,
740
+ 7.365113308345169e-05,
741
+ 7.366322612481424e-05,
742
+ 7.364180389680787e-05,
743
+ 7.5780084556984e-05,
744
+ 7.363501064881502e-05,
745
+ 7.363713098632824e-05,
746
+ 7.36282860485657e-05,
747
+ 7.380533873912649e-05,
748
+ 7.473383734071631e-05,
749
+ 7.366225412288606e-05,
750
+ 7.361981086513983e-05,
751
+ 7.362231830443165e-05,
752
+ 7.54261265379382e-05,
753
+ 0.0014170557611941624,
754
+ 0.0001048224812490352,
755
+ 9.741910171693522e-05,
756
+ 9.314769429771445e-05,
757
+ 0.0001411495370956491,
758
+ 0.00011312789891444177,
759
+ 0.0001516529734792791,
760
+ 0.00010854645131367373,
761
+ 0.00010689634981727895,
762
+ 0.00010312110406343173,
763
+ 0.00016071926620715417,
764
+ 0.00011219654900711709,
765
+ 9.245735496194082e-05,
766
+ 0.00011484186142880525,
767
+ 0.00019364555676814422,
768
+ 0.00011496020356193811,
769
+ 0.00014997278060110457,
770
+ 0.00018571563526004835,
771
+ 0.00011500418312037441,
772
+ 0.0001027609657522376,
773
+ 0.0002695996449127391,
774
+ 9.008299952165108e-05,
775
+ 0.00013512230511073388,
776
+ 0.00011539664351120333,
777
+ 0.00010718898711797158,
778
+ 0.00010282605642444969,
779
+ 0.00012751558508092672,
780
+ 0.00012939017729598871,
781
+ 0.00010101392000473443,
782
+ 0.00031448595810446386,
783
+ 0.0001531049528903951,
784
+ 9.091183915732551e-05,
785
+ 9.791211455716769e-05,
786
+ 0.00011283258227825882,
787
+ 0.00013175915119085333,
788
+ 9.361928381509276e-05,
789
+ 0.00015302983789323396,
790
+ 0.000978522025591018,
791
+ 0.00010997753589396723,
792
+ 9.0289829625963e-05,
793
+ 9.5623065293189e-05,
794
+ 8.46389583019022e-05,
795
+ 8.951160814909713e-05,
796
+ 0.0001178159726496494,
797
+ 9.938975915103679e-05,
798
+ 9.979546636157065e-05,
799
+ 0.00011098514923623387,
800
+ 0.0001219589962819768,
801
+ 0.00016412067531602683,
802
+ 0.0001974668370837064
803
+ ],
804
+ "val_loss_history": [
805
+ 1.4662087708711624,
806
+ 0.3671293072402477,
807
+ 0.42298682779073715,
808
+ 0.48724716901779175,
809
+ 0.47657446563243866,
810
+ 1.4997726529836655,
811
+ 1.4417381882667542,
812
+ 0.5569983646273613,
813
+ 0.44321679323911667,
814
+ 0.623302735388279,
815
+ 0.32589947432279587,
816
+ 0.3333459757268429,
817
+ 0.2927282974123955,
818
+ 0.29977669939398766,
819
+ 0.29712890461087227,
820
+ 0.5140391960740089,
821
+ 0.4739374816417694,
822
+ 0.19094478711485863,
823
+ 0.20354301668703556,
824
+ 0.2503250576555729,
825
+ 0.28962912783026695,
826
+ 0.2535230331122875,
827
+ 0.25902972370386124,
828
+ 0.1596863567829132,
829
+ 0.16293449327349663,
830
+ 0.18274914473295212,
831
+ 0.19126713275909424,
832
+ 0.18204266764223576,
833
+ 0.180587375536561,
834
+ 0.1841256245970726,
835
+ 0.21082022786140442,
836
+ 0.21168163791298866,
837
+ 0.23078095354139805,
838
+ 0.23190549574792385,
839
+ 0.2319245282560587,
840
+ 0.1610123347491026,
841
+ 0.16598569508641958,
842
+ 0.24251367524266243,
843
+ 0.1516692228615284,
844
+ 0.15032847970724106,
845
+ 0.15773381013423204,
846
+ 0.1973406132310629,
847
+ 0.4602465331554413,
848
+ 0.15836439281702042,
849
+ 0.18262272514402866,
850
+ 0.1915278546512127,
851
+ 0.16450438275933266,
852
+ 0.1945173628628254,
853
+ 0.1910428050905466,
854
+ 0.1718407403677702,
855
+ 0.2201515156775713,
856
+ 0.16606492921710014,
857
+ 0.18291366659104824,
858
+ 0.20178397372364998,
859
+ 0.20669151842594147,
860
+ 0.19400428049266338,
861
+ 0.18760884553194046,
862
+ 0.1867864467203617,
863
+ 0.19706737250089645,
864
+ 0.19413182698190212,
865
+ 0.19664104841649532,
866
+ 0.20322608202695847,
867
+ 0.2092195376753807,
868
+ 0.21008620783686638,
869
+ 0.21810556389391422,
870
+ 0.2295383531600237,
871
+ 0.229572718963027,
872
+ 0.23636629432439804,
873
+ 0.24162410758435726,
874
+ 0.2487388700246811,
875
+ 0.2518967315554619,
876
+ 0.2528084386140108,
877
+ 0.25218342058360577,
878
+ 0.2537544909864664,
879
+ 0.253830473870039,
880
+ 0.39643141627311707,
881
+ 0.31004025787115097,
882
+ 0.27024124190211296,
883
+ 0.2565183751285076,
884
+ 0.25820692628622055
885
+ ],
886
+ "val_epochs": [
887
+ 10,
888
+ 20,
889
+ 30,
890
+ 40,
891
+ 50,
892
+ 60,
893
+ 70,
894
+ 80,
895
+ 90,
896
+ 100,
897
+ 110,
898
+ 120,
899
+ 130,
900
+ 140,
901
+ 150,
902
+ 160,
903
+ 170,
904
+ 180,
905
+ 190,
906
+ 200,
907
+ 210,
908
+ 220,
909
+ 230,
910
+ 240,
911
+ 250,
912
+ 260,
913
+ 270,
914
+ 280,
915
+ 290,
916
+ 300,
917
+ 310,
918
+ 320,
919
+ 330,
920
+ 340,
921
+ 350,
922
+ 360,
923
+ 370,
924
+ 380,
925
+ 390,
926
+ 400,
927
+ 410,
928
+ 420,
929
+ 430,
930
+ 440,
931
+ 450,
932
+ 460,
933
+ 470,
934
+ 480,
935
+ 490,
936
+ 500,
937
+ 510,
938
+ 520,
939
+ 530,
940
+ 540,
941
+ 550,
942
+ 560,
943
+ 570,
944
+ 580,
945
+ 590,
946
+ 600,
947
+ 610,
948
+ 620,
949
+ 630,
950
+ 640,
951
+ 650,
952
+ 660,
953
+ 670,
954
+ 680,
955
+ 690,
956
+ 700,
957
+ 710,
958
+ 720,
959
+ 730,
960
+ 740,
961
+ 750,
962
+ 760,
963
+ 770,
964
+ 780,
965
+ 790,
966
+ 800
967
+ ],
968
+ "lr_history": [
969
+ 0.0004995067807706465,
970
+ 0.0004980290695935538,
971
+ 0.0004955726983196357,
972
+ 0.0004921473611241014,
973
+ 0.0004877665762479737,
974
+ 0.0004824476326477685,
975
+ 0.00047621152176388165,
976
+ 0.00046908285467696376,
977
+ 0.0004610897649792287,
978
+ 0.0004522637977440182,
979
+ 0.0004426397850318086,
980
+ 0.0004322557084239819,
981
+ 0.0004211525491268758,
982
+ 0.0004093741262376851,
983
+ 0.00039696692381050374,
984
+ 0.0003839799074050002,
985
+ 0.0003704643308417238,
986
+ 0.00035647353392668997,
987
+ 0.00034206273194353537,
988
+ 0.00032728879774401816,
989
+ 0.00031221003729685543,
990
+ 0.00029688595958070194,
991
+ 0.00028137704172939796,
992
+ 0.0002657444903563519,
993
+ 0.00025005000000000003,
994
+ 0.00023435550964364817,
995
+ 0.00021872295827060222,
996
+ 0.00020321404041929815,
997
+ 0.00018788996270314455,
998
+ 0.000172811202255982,
999
+ 0.00015803726805646483,
1000
+ 0.0001436264660733101,
1001
+ 0.00012963566915827625,
1002
+ 0.00011612009259499975,
1003
+ 0.00010313307618949638,
1004
+ 9.0725873762315e-05,
1005
+ 7.894745087312426e-05,
1006
+ 6.784429157601825e-05,
1007
+ 5.746021496819151e-05,
1008
+ 4.783620225598192e-05,
1009
+ 3.901023502077139e-05,
1010
+ 3.1017145323036304e-05,
1011
+ 2.3888478236118464e-05,
1012
+ 1.7652367352231577e-05,
1013
+ 1.2333423752026377e-05,
1014
+ 7.952638875898691e-06,
1015
+ 4.527301680364255e-06,
1016
+ 2.070930406446283e-06,
1017
+ 5.932192293535239e-07,
1018
+ 0.0005,
1019
+ 0.0004998766647634146,
1020
+ 0.0004995067807706465,
1021
+ 0.0004988907130525399,
1022
+ 0.0004980290695935538,
1023
+ 0.0004969227007317547,
1024
+ 0.0004955726983196357,
1025
+ 0.0004939803946465899,
1026
+ 0.0004921473611241014,
1027
+ 0.0004900754067349519,
1028
+ 0.0004877665762479737,
1029
+ 0.0004852231482001087,
1030
+ 0.0004824476326477685,
1031
+ 0.0004794427686897111,
1032
+ 0.00047621152176388165,
1033
+ 0.0004727570807208826,
1034
+ 0.00046908285467696376,
1035
+ 0.00046519246964963576,
1036
+ 0.0004610897649792287,
1037
+ 0.0004567787895399268,
1038
+ 0.0004522637977440182,
1039
+ 0.0004475492453433038,
1040
+ 0.0004426397850318086,
1041
+ 0.0004375402618541334,
1042
+ 0.0004322557084239819,
1043
+ 0.0004267913399575776,
1044
+ 0.0004211525491268758,
1045
+ 0.00041534490073764685,
1046
+ 0.0004093741262376851,
1047
+ 0.00040324611806056155,
1048
+ 0.00039696692381050374,
1049
+ 0.00039054274029414013,
1050
+ 0.0003839799074050002,
1051
+ 0.0003772849018668054,
1052
+ 0.0003704643308417238,
1053
+ 0.00036352492540989975,
1054
+ 0.00035647353392668997,
1055
+ 0.0003493171152641634,
1056
+ 0.00034206273194353537,
1057
+ 0.0003347175431653107,
1058
+ 0.00032728879774401816,
1059
+ 0.00031978382695450544,
1060
+ 0.00031221003729685543,
1061
+ 0.0003045749031870659,
1062
+ 0.00029688595958070194,
1063
+ 0.00028915079453680577,
1064
+ 0.00028137704172939796,
1065
+ 0.0002735723729139627,
1066
+ 0.0002657444903563519,
1067
+ 0.0002579011192315782,
1068
+ 0.00025005000000000003,
1069
+ 0.00024219888076842187,
1070
+ 0.00023435550964364817,
1071
+ 0.0002265276270860374,
1072
+ 0.00021872295827060222,
1073
+ 0.00021094920546319433,
1074
+ 0.00020321404041929815,
1075
+ 0.0001955250968129343,
1076
+ 0.00018788996270314455,
1077
+ 0.0001803161730454947,
1078
+ 0.000172811202255982,
1079
+ 0.00016538245683468946,
1080
+ 0.00015803726805646483,
1081
+ 0.0001507828847358366,
1082
+ 0.0001436264660733101,
1083
+ 0.00013657507459010032,
1084
+ 0.00012963566915827625,
1085
+ 0.0001228150981331947,
1086
+ 0.00011612009259499975,
1087
+ 0.00010955725970585995,
1088
+ 0.00010313307618949638,
1089
+ 9.685388193943852e-05,
1090
+ 9.0725873762315e-05,
1091
+ 8.475509926235327e-05,
1092
+ 7.894745087312426e-05,
1093
+ 7.330866004242248e-05,
1094
+ 6.784429157601825e-05,
1095
+ 6.255973814586664e-05,
1096
+ 5.746021496819151e-05,
1097
+ 5.255075465669619e-05,
1098
+ 4.783620225598192e-05,
1099
+ 4.3321210460073306e-05,
1100
+ 3.901023502077139e-05,
1101
+ 3.490753035036427e-05,
1102
+ 3.1017145323036304e-05,
1103
+ 2.7342919279117476e-05,
1104
+ 2.3888478236118464e-05,
1105
+ 2.0657231310288973e-05,
1106
+ 1.7652367352231577e-05,
1107
+ 1.487685179989135e-05,
1108
+ 1.2333423752026377e-05,
1109
+ 1.002459326504811e-05,
1110
+ 7.952638875898691e-06,
1111
+ 6.119605353410107e-06,
1112
+ 4.527301680364255e-06,
1113
+ 3.177299268245342e-06,
1114
+ 2.070930406446283e-06,
1115
+ 1.209286947460155e-06,
1116
+ 5.932192293535239e-07,
1117
+ 2.2333523658538658e-07,
1118
+ 0.0005,
1119
+ 0.0004999691642887911,
1120
+ 0.0004998766647634146,
1121
+ 0.0004997225242467444,
1122
+ 0.0004995067807706465,
1123
+ 0.0004992294875665954,
1124
+ 0.0004988907130525399,
1125
+ 0.0004984905408160222,
1126
+ 0.0004980290695935538,
1127
+ 0.0004975064132462536,
1128
+ 0.0004969227007317547,
1129
+ 0.0004962780760723858,
1130
+ 0.0004955726983196357,
1131
+ 0.0004948067415149103,
1132
+ 0.0004939803946465899,
1133
+ 0.0004930938616033993,
1134
+ 0.0004921473611241014,
1135
+ 0.0004911411267435266,
1136
+ 0.0004900754067349519,
1137
+ 0.0004889504640488426,
1138
+ 0.0004877665762479737,
1139
+ 0.000486524035438945,
1140
+ 0.0004852231482001087,
1141
+ 0.00048386423550592544,
1142
+ 0.0004824476326477685,
1143
+ 0.00048097368915119617,
1144
+ 0.0004794427686897111,
1145
+ 0.0004778552489950296,
1146
+ 0.00047621152176388165,
1147
+ 0.00047451199256136594,
1148
+ 0.0004727570807208826,
1149
+ 0.000470947219240669,
1150
+ 0.00046908285467696376,
1151
+ 0.000467164447033826,
1152
+ 0.00046519246964963576,
1153
+ 0.0004631674090803054,
1154
+ 0.0004610897649792287,
1155
+ 0.00045896004997399923,
1156
+ 0.0004567787895399268,
1157
+ 0.00045454652187038464,
1158
+ 0.0004522637977440182,
1159
+ 0.0004499311803888484,
1160
+ 0.0004475492453433038,
1161
+ 0.00044511858031421556,
1162
+ 0.0004426397850318086,
1163
+ 0.00044011347110172784,
1164
+ 0.0004375402618541334,
1165
+ 0.0004349207921899035,
1166
+ 0.0004322557084239819,
1167
+ 0.0004295456681259091,
1168
+ 0.0004267913399575776,
1169
+ 0.000423993403508249,
1170
+ 0.0004211525491268758,
1171
+ 0.0004182694777517679,
1172
+ 0.00041534490073764685,
1173
+ 0.00041237953968012946,
1174
+ 0.0004093741262376851,
1175
+ 0.00040632940195110964,
1176
+ 0.00040324611806056155,
1177
+ 0.0004001250353202048,
1178
+ 0.00039696692381050374,
1179
+ 0.00039377256274821757,
1180
+ 0.00039054274029414013,
1181
+ 0.0003872782533586331,
1182
+ 0.0003839799074050002,
1183
+ 0.00038064851625075144,
1184
+ 0.0003772849018668054,
1185
+ 0.00037388989417468034,
1186
+ 0.0003704643308417238,
1187
+ 0.00036700905707443037,
1188
+ 0.00036352492540989975,
1189
+ 0.00036001279550548597,
1190
+ 0.00035647353392668997,
1191
+ 0.000352908013933347,
1192
+ 0.0003493171152641634,
1193
+ 0.00034570172391965427,
1194
+ 0.00034206273194353537,
1195
+ 0.00033840103720262537,
1196
+ 0.0003347175431653107,
1197
+ 0.0003310131586786275,
1198
+ 0.00032728879774401816,
1199
+ 0.00032354537929181443,
1200
+ 0.00031978382695450544,
1201
+ 0.00031600506883884495,
1202
+ 0.00031221003729685543,
1203
+ 0.00030839966869578364,
1204
+ 0.0003045749031870659,
1205
+ 0.0003007366844743604,
1206
+ 0.00029688595958070194,
1207
+ 0.0002930236786148384,
1208
+ 0.00028915079453680577,
1209
+ 0.00028526826292279886,
1210
+ 0.00028137704172939796,
1211
+ 0.0002774780910572068,
1212
+ 0.0002735723729139627,
1213
+ 0.0002696608509771749,
1214
+ 0.0002657444903563519,
1215
+ 0.0002618242573548752,
1216
+ 0.0002579011192315782,
1217
+ 0.0002539760439620896,
1218
+ 0.00025005000000000003,
1219
+ 0.0002461239560379105,
1220
+ 0.00024219888076842187,
1221
+ 0.00023827574264512487,
1222
+ 0.00023435550964364817,
1223
+ 0.00023043914902282523,
1224
+ 0.0002265276270860374,
1225
+ 0.00022262190894279326,
1226
+ 0.00021872295827060222,
1227
+ 0.0002148317370772013,
1228
+ 0.00021094920546319433,
1229
+ 0.0002070763213851616,
1230
+ 0.00020321404041929815,
1231
+ 0.00019936331552563975,
1232
+ 0.0001955250968129343,
1233
+ 0.00019170033130421643,
1234
+ 0.00018788996270314455,
1235
+ 0.0001840949311611551,
1236
+ 0.0001803161730454947,
1237
+ 0.0001765546207081857,
1238
+ 0.000172811202255982,
1239
+ 0.00016908684132137255,
1240
+ 0.00016538245683468946,
1241
+ 0.00016169896279737475,
1242
+ 0.00015803726805646483,
1243
+ 0.0001543982760803459,
1244
+ 0.0001507828847358366,
1245
+ 0.00014719198606665307,
1246
+ 0.0001436264660733101,
1247
+ 0.00014008720449451402,
1248
+ 0.00013657507459010032,
1249
+ 0.00013309094292556975,
1250
+ 0.00012963566915827625,
1251
+ 0.00012621010582531973,
1252
+ 0.0001228150981331947,
1253
+ 0.00011945148374924862,
1254
+ 0.00011612009259499975,
1255
+ 0.00011282174664136695,
1256
+ 0.00010955725970585995,
1257
+ 0.00010632743725178254,
1258
+ 0.00010313307618949638,
1259
+ 9.997496467979533e-05,
1260
+ 9.685388193943852e-05,
1261
+ 9.37705980488905e-05,
1262
+ 9.0725873762315e-05,
1263
+ 8.772046031987063e-05,
1264
+ 8.475509926235327e-05,
1265
+ 8.183052224823215e-05,
1266
+ 7.894745087312426e-05,
1267
+ 7.610659649175105e-05,
1268
+ 7.330866004242248e-05,
1269
+ 7.0554331874091e-05,
1270
+ 6.784429157601825e-05,
1271
+ 6.517920781009649e-05,
1272
+ 6.255973814586664e-05,
1273
+ 5.9986528898272277e-05,
1274
+ 5.746021496819151e-05,
1275
+ 5.498141968578453e-05,
1276
+ 5.255075465669619e-05,
1277
+ 5.016881961115172e-05,
1278
+ 4.783620225598192e-05,
1279
+ 4.555347812961544e-05,
1280
+ 4.3321210460073306e-05,
1281
+ 4.113995002600091e-05,
1282
+ 3.901023502077139e-05,
1283
+ 3.6932590919694725e-05,
1284
+ 3.490753035036427e-05,
1285
+ 3.2935552966174087e-05,
1286
+ 3.1017145323036304e-05,
1287
+ 2.915278075933107e-05,
1288
+ 2.7342919279117476e-05,
1289
+ 2.5588007438634147e-05,
1290
+ 2.3888478236118464e-05,
1291
+ 2.2244751004970508e-05,
1292
+ 2.0657231310288973e-05,
1293
+ 1.9126310848803938e-05,
1294
+ 1.7652367352231577e-05,
1295
+ 1.623576449407465e-05,
1296
+ 1.487685179989135e-05,
1297
+ 1.3575964561055056e-05,
1298
+ 1.2333423752026377e-05,
1299
+ 1.1149535951157389e-05,
1300
+ 1.002459326504811e-05,
1301
+ 8.9588732564734e-06,
1302
+ 7.952638875898691e-06,
1303
+ 7.006138396600745e-06,
1304
+ 6.119605353410107e-06,
1305
+ 5.2932584850896236e-06,
1306
+ 4.527301680364255e-06,
1307
+ 3.821923927614272e-06,
1308
+ 3.177299268245342e-06,
1309
+ 2.5935867537464437e-06,
1310
+ 2.070930406446283e-06,
1311
+ 1.6094591839778604e-06,
1312
+ 1.209286947460155e-06,
1313
+ 8.705124334046655e-07,
1314
+ 5.932192293535239e-07,
1315
+ 3.7747575325562265e-07,
1316
+ 2.2333523658538658e-07,
1317
+ 1.308357112089361e-07,
1318
+ 0.0005,
1319
+ 0.0004999922909533153,
1320
+ 0.0004999691642887911,
1321
+ 0.0004999306214329893,
1322
+ 0.0004998766647634146,
1323
+ 0.0004998072976083687,
1324
+ 0.0004997225242467444,
1325
+ 0.000499622349907762,
1326
+ 0.0004995067807706465,
1327
+ 0.0004993758239642467,
1328
+ 0.0004992294875665954,
1329
+ 0.0004990677806044107,
1330
+ 0.0004988907130525399,
1331
+ 0.0004986982958333435,
1332
+ 0.0004984905408160222,
1333
+ 0.0004982674608158839,
1334
+ 0.0004980290695935538,
1335
+ 0.0004977753818541255,
1336
+ 0.0004975064132462536,
1337
+ 0.000497222180361189,
1338
+ 0.0004969227007317547,
1339
+ 0.000496607992831265,
1340
+ 0.0004962780760723858,
1341
+ 0.0004959329708059365,
1342
+ 0.0004955726983196357,
1343
+ 0.0004951972808367875,
1344
+ 0.0004948067415149103,
1345
+ 0.0004944011044443094,
1346
+ 0.0004939803946465899,
1347
+ 0.0004935446380731139,
1348
+ 0.0004930938616033993,
1349
+ 0.0004926280930434622,
1350
+ 0.0004921473611241014,
1351
+ 0.000491651695499126,
1352
+ 0.0004911411267435266,
1353
+ 0.0004906156863515891,
1354
+ 0.0004900754067349519,
1355
+ 0.0004895203212206068,
1356
+ 0.0004889504640488426,
1357
+ 0.0004883658703711344,
1358
+ 0.0004877665762479737,
1359
+ 0.0004871526186466449,
1360
+ 0.000486524035438945,
1361
+ 0.00048588086539884704,
1362
+ 0.0004852231482001087,
1363
+ 0.000484550924413825,
1364
+ 0.00048386423550592544,
1365
+ 0.00048316312383461644,
1366
+ 0.0004824476326477685,
1367
+ 0.00048171780608024823,
1368
+ 0.00048097368915119617,
1369
+ 0.0004802153277612496,
1370
+ 0.0004794427686897111,
1371
+ 0.0004786560595916635,
1372
+ 0.0004778552489950296,
1373
+ 0.00047704038629757913,
1374
+ 0.00047621152176388165,
1375
+ 0.00047536870652220586,
1376
+ 0.00047451199256136594,
1377
+ 0.0004736414327275144,
1378
+ 0.0004727570807208826,
1379
+ 0.00047185899109246794,
1380
+ 0.000470947219240669,
1381
+ 0.0004700218214078685,
1382
+ 0.00046908285467696376,
1383
+ 0.0004681303769678457,
1384
+ 0.000467164447033826,
1385
+ 0.00046618512445801283,
1386
+ 0.00046519246964963576,
1387
+ 0.00046418654384031924,
1388
+ 0.0004631674090803054,
1389
+ 0.00046213512823462693,
1390
+ 0.0004610897649792287,
1391
+ 0.00046003138379704055,
1392
+ 0.00045896004997399923,
1393
+ 0.00045787582959502126,
1394
+ 0.0004567787895399268,
1395
+ 0.000455668997479314,
1396
+ 0.00045454652187038464,
1397
+ 0.00045341143195272183,
1398
+ 0.0004522637977440182,
1399
+ 0.00045110369003575765,
1400
+ 0.0004499311803888484,
1401
+ 0.0004487463411292082,
1402
+ 0.0004475492453433038,
1403
+ 0.0004463399668736422,
1404
+ 0.00044511858031421556,
1405
+ 0.0004438851610059001,
1406
+ 0.0004426397850318086,
1407
+ 0.00044138252921259745,
1408
+ 0.00044011347110172784,
1409
+ 0.0004388326889806817,
1410
+ 0.0004375402618541334,
1411
+ 0.00043623626944507595,
1412
+ 0.0004349207921899035,
1413
+ 0.00043359391123344967,
1414
+ 0.0004322557084239819,
1415
+ 0.00043090626630815294,
1416
+ 0.0004295456681259091,
1417
+ 0.0004281739978053551,
1418
+ 0.0004267913399575776,
1419
+ 0.00042539777987142546,
1420
+ 0.000423993403508249,
1421
+ 0.0004225782974965976,
1422
+ 0.0004211525491268758,
1423
+ 0.00041971624634595887,
1424
+ 0.0004182694777517679,
1425
+ 0.00041681233258780476,
1426
+ 0.00041534490073764685,
1427
+ 0.000413867272719403,
1428
+ 0.00041237953968012946,
1429
+ 0.0004108817933902081,
1430
+ 0.0004093741262376851,
1431
+ 0.000407856631222572,
1432
+ 0.00040632940195110964,
1433
+ 0.00040479253262999307,
1434
+ 0.00040324611806056155,
1435
+ 0.0004016902536329499,
1436
+ 0.0004001250353202048,
1437
+ 0.0003985505596723646,
1438
+ 0.00039696692381050374,
1439
+ 0.0003953742254207417,
1440
+ 0.00039377256274821757,
1441
+ 0.00039216203459102936,
1442
+ 0.00039054274029414013,
1443
+ 0.00038891477974324965,
1444
+ 0.0003872782533586331,
1445
+ 0.0003856332620889466,
1446
+ 0.0003839799074050002,
1447
+ 0.00038231829129349896,
1448
+ 0.00038064851625075144,
1449
+ 0.00037897068527634767,
1450
+ 0.0003772849018668054,
1451
+ 0.000375591270009186,
1452
+ 0.00037388989417468034,
1453
+ 0.000372180879312164,
1454
+ 0.0003704643308417238,
1455
+ 0.00036874035464815513,
1456
+ 0.00036700905707443037,
1457
+ 0.0003652705449151389,
1458
+ 0.00036352492540989975,
1459
+ 0.0003617723062367468,
1460
+ 0.00036001279550548597,
1461
+ 0.0003582465017510275,
1462
+ 0.00035647353392668997,
1463
+ 0.0003546940013974802,
1464
+ 0.000352908013933347,
1465
+ 0.00035111568170240984,
1466
+ 0.0003493171152641634,
1467
+ 0.0003475124255626577,
1468
+ 0.00034570172391965427,
1469
+ 0.0003438851220277596,
1470
+ 0.00034206273194353537,
1471
+ 0.0003402346660805861,
1472
+ 0.00033840103720262537,
1473
+ 0.0003365619584165194,
1474
+ 0.0003347175431653107,
1475
+ 0.0003328679052212197,
1476
+ 0.0003310131586786275,
1477
+ 0.0003291534179470375,
1478
+ 0.00032728879774401816,
1479
+ 0.00032541941308812677,
1480
+ 0.00032354537929181443,
1481
+ 0.00032166681195431327,
1482
+ 0.00031978382695450544,
1483
+ 0.0003178965404437755,
1484
+ 0.00031600506883884495,
1485
+ 0.0003141095288145925,
1486
+ 0.00031221003729685543,
1487
+ 0.0003103067114552181,
1488
+ 0.00030839966869578364,
1489
+ 0.00030648902665393255,
1490
+ 0.0003045749031870659,
1491
+ 0.0003026574163673355,
1492
+ 0.0003007366844743604,
1493
+ 0.00029881282598793134,
1494
+ 0.00029688595958070194,
1495
+ 0.0002949562041108685,
1496
+ 0.0002930236786148384,
1497
+ 0.00029108850229988734,
1498
+ 0.00028915079453680577,
1499
+ 0.000287210674852536,
1500
+ 0.00028526826292279886,
1501
+ 0.00028332367856471184,
1502
+ 0.00028137704172939796,
1503
+ 0.0002794284724945866,
1504
+ 0.0002774780910572068,
1505
+ 0.0002755260177259728,
1506
+ 0.0002735723729139627,
1507
+ 0.00027161727713119097,
1508
+ 0.0002696608509771749,
1509
+ 0.00026770321513349516,
1510
+ 0.0002657444903563519,
1511
+ 0.0002637847974691159,
1512
+ 0.0002618242573548752,
1513
+ 0.00025986299094897926,
1514
+ 0.0002579011192315782,
1515
+ 0.00025593876322016094,
1516
+ 0.0002539760439620896,
1517
+ 0.00025201308252713344,
1518
+ 0.00025005000000000003,
1519
+ 0.0002480869174728667,
1520
+ 0.0002461239560379105,
1521
+ 0.0002441612367798391,
1522
+ 0.00024219888076842187,
1523
+ 0.00024023700905102083,
1524
+ 0.00023827574264512487,
1525
+ 0.00023631520253088428,
1526
+ 0.00023435550964364817,
1527
+ 0.00023239678486650493,
1528
+ 0.00023043914902282523,
1529
+ 0.00022848272286880912,
1530
+ 0.0002265276270860374,
1531
+ 0.00022457398227402727,
1532
+ 0.00022262190894279326,
1533
+ 0.00022067152750541354,
1534
+ 0.00021872295827060222,
1535
+ 0.0002167763214352883,
1536
+ 0.0002148317370772013,
1537
+ 0.00021288932514746414,
1538
+ 0.00021094920546319433,
1539
+ 0.0002090114977001127,
1540
+ 0.0002070763213851616,
1541
+ 0.00020514379588913153,
1542
+ 0.00020321404041929815,
1543
+ 0.00020128717401206878,
1544
+ 0.00019936331552563975,
1545
+ 0.00019744258363266472,
1546
+ 0.0001955250968129343,
1547
+ 0.00019361097334606763,
1548
+ 0.00019170033130421643,
1549
+ 0.00018979328854478198,
1550
+ 0.00018788996270314455,
1551
+ 0.0001859904711854075,
1552
+ 0.0001840949311611551,
1553
+ 0.00018220345955622473,
1554
+ 0.0001803161730454947,
1555
+ 0.00017843318804568685,
1556
+ 0.0001765546207081857,
1557
+ 0.0001746805869118734,
1558
+ 0.000172811202255982,
1559
+ 0.00017094658205296258,
1560
+ 0.00016908684132137255,
1561
+ 0.00016723209477878038,
1562
+ 0.00016538245683468946,
1563
+ 0.00016353804158348066,
1564
+ 0.00016169896279737475,
1565
+ 0.00015986533391941399,
1566
+ 0.00015803726805646483,
1567
+ 0.00015621487797224057,
1568
+ 0.0001543982760803459,
1569
+ 0.00015258757443734235,
1570
+ 0.0001507828847358366,
1571
+ 0.0001489843182975902,
1572
+ 0.00014719198606665307,
1573
+ 0.00014540599860251983,
1574
+ 0.0001436264660733101,
1575
+ 0.00014185349824897254,
1576
+ 0.00014008720449451402,
1577
+ 0.00013832769376325333,
1578
+ 0.00013657507459010032,
1579
+ 0.00013482945508486125,
1580
+ 0.00013309094292556975,
1581
+ 0.00013135964535184483,
1582
+ 0.00012963566915827625,
1583
+ 0.0001279191206878361,
1584
+ 0.00012621010582531973,
1585
+ 0.00012450872999081406,
1586
+ 0.0001228150981331947,
1587
+ 0.00012112931472365242,
1588
+ 0.00011945148374924862,
1589
+ 0.00011778170870650111,
1590
+ 0.00011612009259499975,
1591
+ 0.00011446673791105345,
1592
+ 0.00011282174664136695,
1593
+ 0.00011118522025675042,
1594
+ 0.00010955725970585995,
1595
+ 0.00010793796540897072,
1596
+ 0.00010632743725178254,
1597
+ 0.00010472577457925836,
1598
+ 0.00010313307618949638,
1599
+ 0.00010154944032763549,
1600
+ 9.997496467979533e-05,
1601
+ 9.840974636705015e-05,
1602
+ 9.685388193943852e-05,
1603
+ 9.530746737000698e-05,
1604
+ 9.37705980488905e-05,
1605
+ 9.224336877742805e-05,
1606
+ 9.0725873762315e-05,
1607
+ 8.921820660979198e-05,
1608
+ 8.772046031987063e-05,
1609
+ 8.623272728059715e-05,
1610
+ 8.475509926235327e-05,
1611
+ 8.328766741219535e-05,
1612
+ 8.183052224823215e-05,
1613
+ 8.038375365404121e-05,
1614
+ 7.894745087312426e-05,
1615
+ 7.752170250340243e-05,
1616
+ 7.610659649175105e-05,
1617
+ 7.470222012857463e-05,
1618
+ 7.330866004242248e-05,
1619
+ 7.192600219464493e-05,
1620
+ 7.0554331874091e-05,
1621
+ 6.919373369184713e-05,
1622
+ 6.784429157601825e-05,
1623
+ 6.650608876655037e-05,
1624
+ 6.517920781009649e-05,
1625
+ 6.386373055492406e-05,
1626
+ 6.255973814586664e-05,
1627
+ 6.126731101931838e-05,
1628
+ 5.9986528898272277e-05,
1629
+ 5.871747078740266e-05,
1630
+ 5.746021496819151e-05,
1631
+ 5.621483899410003e-05,
1632
+ 5.498141968578453e-05,
1633
+ 5.3760033126357784e-05,
1634
+ 5.255075465669619e-05,
1635
+ 5.135365887079188e-05,
1636
+ 5.016881961115172e-05,
1637
+ 4.8996309964242393e-05,
1638
+ 4.783620225598192e-05,
1639
+ 4.6688568047278314e-05,
1640
+ 4.555347812961544e-05,
1641
+ 4.443100252068613e-05,
1642
+ 4.3321210460073306e-05,
1643
+ 4.222417040497888e-05,
1644
+ 4.113995002600091e-05,
1645
+ 4.006861620295948e-05,
1646
+ 3.901023502077139e-05,
1647
+ 3.7964871765373185e-05,
1648
+ 3.6932590919694725e-05,
1649
+ 3.5913456159680876e-05,
1650
+ 3.490753035036427e-05,
1651
+ 3.391487554198727e-05,
1652
+ 3.2935552966174087e-05,
1653
+ 3.196962303215441e-05,
1654
+ 3.1017145323036304e-05,
1655
+ 3.007817859213163e-05,
1656
+ 2.915278075933107e-05,
1657
+ 2.8241008907532206e-05,
1658
+ 2.7342919279117476e-05,
1659
+ 2.6458567272485706e-05,
1660
+ 2.5588007438634147e-05,
1661
+ 2.4731293477794164e-05,
1662
+ 2.3888478236118464e-05,
1663
+ 2.3059613702420914e-05,
1664
+ 2.2244751004970508e-05,
1665
+ 2.1443940408336528e-05,
1666
+ 2.0657231310288973e-05,
1667
+ 1.9884672238750507e-05,
1668
+ 1.9126310848803938e-05,
1669
+ 1.838219391975181e-05,
1670
+ 1.7652367352231577e-05,
1671
+ 1.693687616538366e-05,
1672
+ 1.623576449407465e-05,
1673
+ 1.5549075586175112e-05,
1674
+ 1.487685179989135e-05,
1675
+ 1.4219134601153039e-05,
1676
+ 1.3575964561055056e-05,
1677
+ 1.2947381353355154e-05,
1678
+ 1.2333423752026377e-05,
1679
+ 1.1734129628865652e-05,
1680
+ 1.1149535951157389e-05,
1681
+ 1.0579678779393314e-05,
1682
+ 1.002459326504811e-05,
1683
+ 9.484313648410866e-06,
1684
+ 8.9588732564734e-06,
1685
+ 8.44830450087403e-06,
1686
+ 7.952638875898691e-06,
1687
+ 7.471906956537812e-06,
1688
+ 7.006138396600745e-06,
1689
+ 6.5553619268861575e-06,
1690
+ 6.119605353410107e-06,
1691
+ 5.698895555690592e-06,
1692
+ 5.2932584850896236e-06,
1693
+ 4.902719163212554e-06,
1694
+ 4.527301680364255e-06,
1695
+ 4.167029194063519e-06,
1696
+ 3.821923927614272e-06,
1697
+ 3.4920071687349666e-06,
1698
+ 3.177299268245342e-06,
1699
+ 2.8778196388110964e-06,
1700
+ 2.5935867537464437e-06,
1701
+ 2.3246181458746172e-06,
1702
+ 2.070930406446283e-06,
1703
+ 1.8325391841161732e-06,
1704
+ 1.6094591839778604e-06,
1705
+ 1.4017041666564668e-06,
1706
+ 1.209286947460155e-06,
1707
+ 1.0322193955893331e-06,
1708
+ 8.705124334046655e-07,
1709
+ 7.241760357533027e-07,
1710
+ 5.932192293535239e-07,
1711
+ 4.776500922380439e-07,
1712
+ 3.7747575325562265e-07,
1713
+ 2.927023916313109e-07,
1714
+ 2.2333523658538658e-07,
1715
+ 1.693785670107607e-07,
1716
+ 1.308357112089361e-07,
1717
+ 1.0770904668482361e-07,
1718
+ 0.0005,
1719
+ 0.0004999980727308985,
1720
+ 0.0004999922909533153,
1721
+ 0.000499982654756412,
1722
+ 0.0004999691642887911,
1723
+ 0.0004999518197584921,
1724
+ 0.0004999306214329893,
1725
+ 0.0004999055696391869,
1726
+ 0.0004998766647634146,
1727
+ 0.0004998439072514214,
1728
+ 0.0004998072976083687,
1729
+ 0.0004997668363988224,
1730
+ 0.0004997225242467444,
1731
+ 0.0004996743618354829,
1732
+ 0.000499622349907762,
1733
+ 0.0004995664892656698,
1734
+ 0.0004995067807706465,
1735
+ 0.000499443225343471,
1736
+ 0.0004993758239642467,
1737
+ 0.0004993045776723862,
1738
+ 0.0004992294875665954,
1739
+ 0.0004991505548048565,
1740
+ 0.0004990677806044107,
1741
+ 0.0004989811662417383,
1742
+ 0.0004988907130525399,
1743
+ 0.0004987964224317156,
1744
+ 0.0004986982958333435,
1745
+ 0.0004985963347706572,
1746
+ 0.0004984905408160222,
1747
+ 0.0004983809156009122,
1748
+ 0.0004982674608158839,
1749
+ 0.00049815017821055,
1750
+ 0.0004980290695935538,
1751
+ 0.0004979041368325396,
1752
+ 0.0004977753818541255,
1753
+ 0.0004976428066438721,
1754
+ 0.0004975064132462536,
1755
+ 0.0004973662037646246,
1756
+ 0.000497222180361189,
1757
+ 0.0004970743452569655,
1758
+ 0.0004969227007317547,
1759
+ 0.0004967672491241025,
1760
+ 0.000496607992831265,
1761
+ 0.0004964449343091714,
1762
+ 0.0004962780760723858,
1763
+ 0.0004961074206940684,
1764
+ 0.0004959329708059365,
1765
+ 0.000495754729098223,
1766
+ 0.0004955726983196357,
1767
+ 0.0004953868812773144,
1768
+ 0.0004951972808367875
1769
+ ],
1770
+ "best_val_loss": 0.15032847970724106
1771
+ }
cleanroom/outputs_800/rollout_results_epoch_70.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53cef2865e68686bae64df65b4ae47130c008f6acd88595614c0b625ec7a2098
3
+ size 109707267
cleanroom/outputs_800/rollout_results_epoch_700.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99c2c1a3d5e4589524a207f2ed44fc978e5df7a57312942a542cfeb0f6e85b02
3
+ size 109707267
cleanroom/outputs_800/rollout_results_epoch_710.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db296426d9235c3528cd3f751339dfbbe9dab93494e87aaa18aba62dd7d63266
3
+ size 109707267
cleanroom/outputs_800/rollout_results_epoch_720.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1868910a3a64a8a8b49d8c8252c73a1aba7d4faef1e619c5d9fcf4b1b54317cd
3
+ size 109707267
cleanroom/outputs_800/rollout_results_epoch_730.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc2200bb21bbdb3e9eaf5181395bf0f346c78e2c5585dd6f096a065229b70fbf
3
+ size 109707267
cleanroom/outputs_800/rollout_results_epoch_740.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c85168f4f16b38090aadb434d05e4fe71acc1f99a976ca39a6a0350d8a4360
3
+ size 109707267
cleanroom/outputs_800/rollout_results_epoch_750.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dd987208ca532b9f7183368fba4f216f3c9f8fa8b7b8c1904c9893d011da41f
3
+ size 109707267
cleanroom/outputs_800/rollout_results_epoch_760.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cd4eb4ad34b4291efdd177f5c22c88fe8858b06814dd4acc00141cfa8a677d4
3
+ size 109707267
cleanroom/outputs_800/rollout_results_epoch_770.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:846cabc3177ce3061282cedb54e558596d526771fa995e2dea6829244475ff47
3
+ size 109707267
cleanroom/outputs_800/rollout_results_epoch_780.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa3f79f69f745a019cf60527a2ece78ea2bb12cd9077691da724bd7165baa752
3
+ size 109707267
cleanroom/outputs_800/rollout_results_epoch_790.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e84e59a3889dbff32c57828d3338831a27ecd7985572300de9b759dab86eba50
3
+ size 109707267
cleanroom/outputs_800/rollout_results_epoch_80.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e25c35728f350057dcfd458bf80e0b5218efecc490983f8eb413195a601c7f7f
3
+ size 109707267
cleanroom/outputs_800/rollout_results_epoch_800.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f3f3d50b7dcf7a134a78f2c7cea598474e51befc100e650ee3dc90fef967706
3
+ size 109707267
cleanroom/outputs_800/rollout_results_epoch_90.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e9d488f7bef9d7b070c53fda22668af00817d9f748e3c10187d31596bbc31a
3
+ size 109707267