pytorch/examples

Resume will override learning rate on command line.

Aberta

#816 aberto em 19 de ago. de 2020

 (1 comentário) (0 reação) (0 responsável)Python (9.429 forks)batch import
good first issue

Métricas do repositório

Stars
 (21.634 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador