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

from the middle #17

Open
ghost opened this issue Jan 20, 2018 · 3 comments
Open

from the middle #17

ghost opened this issue Jan 20, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 20, 2018

Hi,

I trained my model by 50,000 iter.
What should I do in order to begin to also learn from the middle?

@last-one
Copy link
Owner

Sorry, I don't know. This is about PyTorch, and I don't know how to save the middle parameters with PyTorch, like caffe's solverstate or tf's checkpoint. So I don't know how to restore from the middle.

@last-one
Copy link
Owner

If you just want to use the middle model without middle state information, you can load the middle model directly to initialize the model.

@ghost
Copy link
Author

ghost commented Jan 22, 2018

Thank you for your replying.

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