Finalize project
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user