Skip to content

Commit

Permalink
debug optim
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-vaselli committed Feb 25, 2024
1 parent 8d6c669 commit d277637
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 @@ -366,7 +366,7 @@ def main():
# for target_type in targets:
# target = target_type
model_type = "rnn"
target = "multi_classification"
target = "classification"

data_path = config["data_path"]
data_mean = config["data_mean"]
Expand Down

0 comments on commit d277637

Please sign in to comment.