Skip to content

Commit

Permalink
default lr = 0.0001
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyubyong authored Jun 18, 2017
1 parent 5bd11fa commit 1d52422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperparams.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Hyperparams:

# training
batch_size = 32 # alias = N
lr = 0.00003 # learning rate. In paper, learning rate is adjusted to the global step.
lr = 0.0001 # learning rate. In paper, learning rate is adjusted to the global step.
logdir = 'logdir' # log directory

# model
Expand Down

0 comments on commit 1d52422

Please sign in to comment.