Finalize project

This commit is contained in:
2025-12-18 15:41:33 +01:00
parent a667b04b3b
commit f70562684b
14 changed files with 118 additions and 6 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ file_list = load_file_list(file_list_path)
base_ds = dataloader.EvenlySpacedDataset(
filepaths=file_list,
n_input=warm,
n_output=pred,
n_input=warm //step,
n_output=pred //step,
n_windows_per_file=5,
step=step,
feature_columns=("lat", "lon", "alt", "ias"),