pytorch/examples

Resume will override learning rate on command line.

Open

#816 opened on Aug 19, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (9,429 forks)batch import
good first issue

Repository metrics

Stars
 (21,634 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

If you resume from a checkpoint and want to run with a new learning rate, the saved learning rate will overwrite what you specify on the command line. The fix is simple.

Contributor guide