Skip to content

Commit

Permalink
revert tp training with 1 AR step by default
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Sep 27, 2024
1 parent ac7e46a commit b7bf506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neural_lam/train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ def main(input_args=None):
parser.add_argument(
"--ar_steps_train",
type=int,
default=3,
default=1,
help="Number of steps to unroll prediction for in loss function "
"(default: 3)",
"(default: 1)",
)
parser.add_argument(
"--control_only",
Expand Down

0 comments on commit b7bf506

Please sign in to comment.