update LR scheduler

This commit is contained in:
Glenn Jocher 2018-11-05 09:20:18 +01:00
parent 2ccf68cf96
commit 587097affb
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def main(opt):
if epoch < 50: if epoch < 50:
lr = 1e-3 lr = 1e-3
else: else:
lr = 1e-3 lr = 1e-4
for g in optimizer.param_groups: for g in optimizer.param_groups:
g['lr'] = lr g['lr'] = lr