Skip to content

Commit

Permalink
constant
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofsimo committed Aug 10, 2023
1 parent 8a972d3 commit a8987c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def train(
),
lr_scheduler: str = Input(
description="Learning rate scheduler to use for training",
default="linear",
default="constant",
choices=[
"constant",
"linear",
Expand Down

0 comments on commit a8987c7

Please sign in to comment.