pytorch/examples

Resume will override learning rate on command line.

Open

#816 创建于 2020年8月19日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (21,634 star) (9,429 fork)batch import
good first issue

描述

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.

贡献者指南