Skip to content

Commit

Permalink
Removing unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielilharco committed Jul 18, 2022
1 parent f9be1c8 commit 515d448
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/training/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,6 @@ def parse_args():
type=str,
help="Notes if logging with wandb"
)
parser.add_argument(
"--C", type=float, default=3.16, help="inverse regularizer for logistic reg."
)
parser.add_argument(
"--debug",
default=False,
Expand Down

0 comments on commit 515d448

Please sign in to comment.