Skip to content

Commit

Permalink
fix training suite
Browse files Browse the repository at this point in the history
  • Loading branch information
xkykai committed Oct 29, 2024
1 parent 498cf01 commit 4abb0ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const grid_point_below_kappa = args["point_below_kappa"]
seed = args["random_seed"]
learning_rate = args["learning_rate"]

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

FILE_DIR = "./training_output/NDE_Qb_Ri_nof_BBLRifirst$(grid_point_below_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 4abb0ea

Please sign in to comment.