pytorch/examples

Resume will override learning rate on command line.

Open

#816 ouverte le 19 août 2020

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (9 429 forks)batch import
good first issue

Métriques du dépôt

Stars
 (21 634 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur