Skip to content

Commit

Permalink
removed `control_only' arg
Browse files Browse the repository at this point in the history
  • Loading branch information
sadamov committed Oct 23, 2024
1 parent d1b4ca7 commit de46fb4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions neural_lam/train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,6 @@ def main(input_args=None):
help="Number of steps to unroll prediction for in loss function "
"(default: 1)",
)
parser.add_argument(
"--control_only",
action="store_true",
help="Train only on control member of ensemble data "
"(default: False)",
)
parser.add_argument(
"--loss",
type=str,
Expand Down

0 comments on commit de46fb4

Please sign in to comment.