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

Any way to resume training? #25

Open
Domojz opened this issue Feb 23, 2017 · 1 comment
Open

Any way to resume training? #25

Domojz opened this issue Feb 23, 2017 · 1 comment

Comments

@Domojz
Copy link

Domojz commented Feb 23, 2017

Is it possible to resume training in any way?

@MikhailMS
Copy link

@Domojz You should change trainModel function (multi_training.py) in order to resume your training session and you have to store configurations once they are dumped during training, otherwise it won't be possible. All you need to do is to check in trainModel (or somewhere before, for example in main.py) whether or not you have dumped results, and if you do, use pickle to load 'em. The job is pretty straightforward, good luck!

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

2 participants