Skip to content

Commit

Permalink
change NDE training to 59new
Browse files Browse the repository at this point in the history
  • Loading branch information
xkykai committed Oct 7, 2024
1 parent bbd54eb commit ead5007
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const grid_point_above_kappa = args["point_above_kappa"]
seed = args["random_seed"]
learning_rate = args["learning_rate"]

LES_FILE_DIRS = ["./LES2/$(file)/instantaneous_timeseries.jld2" for file in LES_suite["train64new"]]
LES_FILE_DIRS = ["./LES2/$(file)/instantaneous_timeseries.jld2" for file in LES_suite["train59new"]]

FILE_DIR = "./training_output/NDE_Qb_Ri_nof_BBLkappazonelast$(grid_point_below_kappa)$(grid_point_above_kappa)_wTwS_$(length(LES_FILE_DIRS))simnew_$(args["hidden_layer"])layer_$(args["hidden_layer_size"])_$(args["activation"])_$(seed)seed_$(learning_rate)lr_localbaseclosure_2Pr_6simstableRi"
mkpath(FILE_DIR)
Expand Down

0 comments on commit ead5007

Please sign in to comment.