Skip to content

Commit

Permalink
Set default taxometer batch steps to no steps
Browse files Browse the repository at this point in the history
The previous defaults were conflicting, since the default number of epochs
was smaller than the last steps.
Previous runs have indicated that no steps is a good option, though I believe
we have never done any optimization on this.
  • Loading branch information
jakobnissen committed Sep 10, 2024
1 parent 9810ef0 commit bdd14d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vamb/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ def add_predictor_arguments(subparser):
metavar="",
type=int,
nargs="*",
default=[25, 75, 150, 225],
default=[],
help=argparse.SUPPRESS,
)
pred_trainos.add_argument(
Expand Down

0 comments on commit bdd14d1

Please sign in to comment.