Skip to content
Snippets Groups Projects
Commit 06a474d8 authored by lukas leufen's avatar lukas leufen
Browse files

reset run

parent 0eeaaf5c
No related branches found
No related tags found
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!94Felix issue112 feat seasonal cond quanitle plots
Pipeline #34822 passed
...@@ -15,8 +15,8 @@ from src.run_modules.training import Training ...@@ -15,8 +15,8 @@ from src.run_modules.training import Training
def main(parser_args): def main(parser_args):
with RunEnvironment(): with RunEnvironment():
ExperimentSetup(parser_args, stations=['DEBW107', 'DEBY081', 'DEBW013', 'DEBW076', 'DEBW087', ], # 'DEBW001'], ExperimentSetup(parser_args, stations=['DEBW107', 'DEBY081', 'DEBW013', 'DEBW076', 'DEBW087', 'DEBW001'],
station_type='background', trainable=False, create_new_model=True, window_history_size=6, station_type='background', trainable=False, create_new_model=False, window_history_size=6,
create_new_bootstraps=True) create_new_bootstraps=True)
PreProcessing() PreProcessing()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment