Skip to content

Commit

Permalink
Change hyperparameter defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitakit committed Feb 5, 2021
1 parent ae6866a commit 06063fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def make_hparams():
max_len_train=0, # no length limit
max_len_dev=0, # no length limit
# Optimization
batch_size=250,
learning_rate=0.0008,
batch_size=32,
learning_rate=0.00005,
learning_rate_warmup_steps=160,
clip_grad_norm=0.0, # no clipping
checks_per_epoch=4,
Expand Down

0 comments on commit 06063fc

Please sign in to comment.