Skip to content

Commit

Permalink
add default for log dir tensorboard
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed May 29, 2024
1 parent b36c278 commit 79a3973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/baskerville/scripts/hound_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def main():
parser.add_argument(
"-l",
"--log_dir",
default=None,
default="log_out",
help="Tensorboard log directory [Default: %(default)s]",
)
parser.add_argument(
Expand Down

0 comments on commit 79a3973

Please sign in to comment.