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

resume training #5

Closed
ABDOELSHEMY opened this issue Aug 14, 2018 · 2 comments
Closed

resume training #5

ABDOELSHEMY opened this issue Aug 14, 2018 · 2 comments

Comments

@ABDOELSHEMY
Copy link

ABDOELSHEMY commented Aug 14, 2018

hi @yu4u
thank you for your great work
could you please explean how to resume my training from i stop it (if possible)
also how can i use the network to clean up my noisy photos
thank you

@yu4u
Copy link
Owner

yu4u commented Aug 16, 2018

how to resume my training from i stop it (if possible)

Simply load saved model file (e.g. *.hdf5) and do model.fit_generator again.

how can i use the network to clean up my noisy photos

Load saved model file (e.g. *.hdf5) and do model.predict.
Please refer to test_model.py for details.

@ABDOELSHEMY
Copy link
Author

great, tank you

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