Skip to content

Commit

Permalink
Update neural_lam/train_model.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Oskarsson <[email protected]>
  • Loading branch information
leifdenby and joeloskarsson authored Nov 12, 2024
1 parent 31ebfc8 commit f022365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_lam/train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def main(input_args=None):
"--ar_steps_eval",
type=int,
default=10,
help="Number of steps to unroll prediction for in loss function "
help="Number of steps to unroll prediction for during evaluation "
"(default: 10)",
)
parser.add_argument(
Expand Down

0 comments on commit f022365

Please sign in to comment.