Skip to content

Commit

Permalink
fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed Apr 24, 2024
1 parent 38faeb7 commit 1cff0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/westminster/scripts/westminster_train_composer.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def main():

# train command
cmd = "python3 -m baskerville.scripts.hound_train"
cmd += " %s" % options_string(options, train_options, rep_dir)
cmd += " %s" % options_string(options, train_options, rep_dir, rep_log_dir)
cmd += " %s %s" % (params_file, " ".join(rep_data_dirs))
train_jobs.append(cmd)

Expand Down

0 comments on commit 1cff0e1

Please sign in to comment.