Skip to content

Commit

Permalink
change optim project names
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-vaselli committed Feb 26, 2024
1 parent e230a85 commit 3ec600f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/param_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def train(
alpha=0.0001,
beta=2.6,
directory="logs",
project_name=f"cnn_optim_{target},
project_name=f"cnn_optim_{target}",
)
elif model_type == "rnn":
tuner = kt.BayesianOptimization(
Expand Down

0 comments on commit 3ec600f

Please sign in to comment.