-
Notifications
You must be signed in to change notification settings - Fork 76
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
[FEATURE] Model checkpoint save/load #137
Comments
I would like to work on this, is that alright? |
Hi @cpparnell sure, you can work on it, thanks |
@rodrigo-arenas I have some questions about the last two bullet points:
Should there be an option provided to the Do you mean that I should be able to use the |
Hi, there is already a version working with some of the specifications made by @The-Blitz at #158, however, we still need to work in the feature:
The second one should be possible by using the recently added parameter |
@rodrigo-arenas I just noticed the PR was pushed haha. I thought there were pending errors on some tests which I could not see locally. Anyway I will try to check the missing points when possible, if you don't mind. |
It would be nice to enable saving and loading models checkpoints, this could help to control training the model in different sessions in case is a large model, as well as keeping a copy of the model in case of some error during the training time
I open this issue for contributors
This Issue requests the following features:
Describe the solution you'd expect
ModelCheckpoint
that takes as an argument the location to save the modelLogbookSaver
GASearchCV
andGAFeatureSelectionCV
Additional context
You can check TensorFlow save and load weights methods as an inspiration
The text was updated successfully, but these errors were encountered: