Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obtaining optimizer state_dict when resuming training #163

Open
amazingproducer opened this issue Oct 12, 2021 · 0 comments
Open

Obtaining optimizer state_dict when resuming training #163

amazingproducer opened this issue Oct 12, 2021 · 0 comments

Comments

@amazingproducer
Copy link

When using the --resume feature of train_ssd.py, it appears as though the learning rate and other optimizations from the previous session are not retained. For example, if the learning rate scheduler has set learning rate to 0.00001 by the final epoch of a session, resuming from that particular epoch will begin training at the default learning rate.

By what means would one effectively use the --resume feature of train_ssd.py and resume training according to the previous session's learning rate scheduler?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant