Skip to content

Commit

Permalink
Change default learning rate to match paper
Browse files Browse the repository at this point in the history
  • Loading branch information
tkipf authored May 28, 2018
1 parent 298eaf6 commit a4823fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_enc.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
help='Number of epochs to train.')
parser.add_argument('--batch-size', type=int, default=128,
help='Number of samples per batch.')
parser.add_argument('--lr', type=float, default=0.01,
parser.add_argument('--lr', type=float, default=0.0005,
help='Initial learning rate.')
parser.add_argument('--hidden', type=int, default=512,
help='Number of hidden units.')
Expand Down

0 comments on commit a4823fd

Please sign in to comment.