Skip to content

Commit

Permalink
increase the default learning_rate_decay
Browse files Browse the repository at this point in the history
  • Loading branch information
eladn committed Nov 21, 2021
1 parent 187160c commit 8def59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndfa/ndfa_model_hyper_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class NDFAModelTrainingHyperParams:
default=0.0003)

learning_rate_decay: Optional[float] = conf_field(
default=0.01)
default=0.02)

reduce_lr_on_plateau: bool = conf_field(
default=True)
Expand Down

0 comments on commit 8def59e

Please sign in to comment.