Skip to content
Snippets Groups Projects
Commit b15528b9 authored by v.gramlich1's avatar v.gramlich1
Browse files

Before making new branch

parent 24efafbb
No related branches found
No related tags found
1 merge request!302Draft: Resolve "Class-based Oversampling technique"
Pipeline #75254 passed
......@@ -24,9 +24,9 @@ def load_stations(external_station_list=None):
def main(parser_args):
plots = remove_items(DEFAULT_PLOT_LIST, "PlotConditionalQuantiles")
workflow = DefaultWorkflowHPC(stations=load_stations('supplement/German_background_stations.json'),
#stations=["DEBW013", "DEBW087", "DEBW107", "DEBW076"],
epochs=150,
workflow = DefaultWorkflowHPC(#stations=load_stations('supplement/German_background_stations.json'),
stations=["DEBW013", "DEBW087", "DEBW107", "DEBW076"],
epochs=1,
train_model=True, create_new_model=True, network="UBA",
model=IntelliO3_ts_architecture,
evaluate_bootstraps=False, # plot_list=["PlotCompetitiveSkillScore"],
......
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