Skip to content

Commit

Permalink
revert back to default TB in script
Browse files Browse the repository at this point in the history
  • Loading branch information
saleml committed Mar 21, 2024
1 parent 32ba79b commit 70ae3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/examples/train_hypergrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def main(args): # noqa: C901
"--loss",
type=str,
choices=["FM", "TB", "DB", "SubTB", "ZVar", "ModifiedDB"],
default="FM",
default="TB",
help="Loss function to use",
)
parser.add_argument(
Expand Down

0 comments on commit 70ae3e1

Please sign in to comment.