Skip to content

Commit

Permalink
Train: Lower the initial learning rate to 0.00075 from 0.001
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Feb 3, 2019
1 parent ebf1b11 commit a1d02bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def main():
help='name of the tensorboard data directory')
parser.add_argument('--checkpoint-interval', type=int, default=5,
help='checkpoint interval')
parser.add_argument('--lr-values', type=str, default='0.001;0.0001;0.00001',
parser.add_argument('--lr-values', type=str, default='0.00075;0.0001;0.00001',
help='learning rate values')
parser.add_argument('--lr-boundaries', type=str, default='320000;400000',
help='learning rate chage boundaries (in batches)')
Expand Down

0 comments on commit a1d02bd

Please sign in to comment.