Skip to content

Commit

Permalink
disable training ppl logging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sichu2023 committed Dec 19, 2024
1 parent 32e0568 commit b8c6cde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def get_parser():
parser.add_argument(
"--log-train-ppl",
action="store_true",
default=True,
default=False,
help="Log perplexity during training.",
)
parser.add_argument(
Expand Down

0 comments on commit b8c6cde

Please sign in to comment.