Skip to content

Commit

Permalink
update default gamma
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Jan 7, 2025
1 parent b7409e0 commit 773d887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsrs_optimizer/fsrs_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def __init__(
init_w: List[float],
n_epoch: int = 1,
lr: float = 1e-2,
gamma: float = 0.01,
gamma: float = 1,
batch_size: int = 256,
max_seq_len: int = 64,
float_delta_t: bool = False,
Expand Down

0 comments on commit 773d887

Please sign in to comment.