diff --git a/run.py b/run.py index fc61ae8788f9f72bc555f1fb12d8b58bb5224937..9809712876dc886007b042a52d7b46c027800faf 100644 --- a/run.py +++ b/run.py @@ -15,8 +15,8 @@ from src.run_modules.training import Training def main(parser_args): with RunEnvironment(): - ExperimentSetup(parser_args, stations=['DEBW107', 'DEBY081', 'DEBW013', 'DEBW076', 'DEBW087', ], # 'DEBW001'], - station_type='background', trainable=False, create_new_model=True, window_history_size=6, + ExperimentSetup(parser_args, stations=['DEBW107', 'DEBY081', 'DEBW013', 'DEBW076', 'DEBW087', 'DEBW001'], + station_type='background', trainable=False, create_new_model=False, window_history_size=6, create_new_bootstraps=True) PreProcessing()