code update

This commit is contained in:
Alex Blank
2025-05-19 22:54:53 +02:00
parent 58305effdb
commit cb7896900b
7 changed files with 238 additions and 51 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ run_configuration = {
"take_every_nth": take_every_nth,
"shift_in_hours": shift_in_hours,
"output_window_offset": output_window_offset,
"batch_size": 256,
"batch_size": 128,
"max_lr": 1e-5,
"num_epochs": 10,
"patience": 3,