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

Integrate Keras based model checkpoint based callbacks #130

Closed
sd12832 opened this issue Feb 10, 2019 · 3 comments
Closed

Integrate Keras based model checkpoint based callbacks #130

sd12832 opened this issue Feb 10, 2019 · 3 comments

Comments

@sd12832
Copy link

sd12832 commented Feb 10, 2019

https://github.com/keras-team/keras/blob/master/keras/callbacks.py#L360

This would be a nice addition to the distributed framework in order to multiple checkpoints of the weights being trained upon.

@maxpumperla
Copy link
Owner

how does this relate to your other issue, @sd12832 ? Can you please elaborate your idea a little more?

@sd12832
Copy link
Author

sd12832 commented Feb 11, 2019

While #131 relates to the class History https://github.com/keras-team/keras/blob/master/keras/callbacks.py#L614 and https://github.com/keras-team/keras/blob/master/keras/callbacks.py#L477, This issue is related to the class ModelCheckpoint Class https://github.com/keras-team/keras/blob/master/keras/callbacks.py#L633. We can integrate both issues into one? Especially since they are both related to bringing in callbacks functionality into Elephas.

@maxpumperla
Copy link
Owner

@sd12832 yeah, I'm closing this one. let's discuss in the other. I'll make the title more generic.

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