-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Model save in RBM #1618
Model save in RBM #1618
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## staging #1618 +/- ##
===========================================
- Coverage 59.12% 59.10% -0.02%
===========================================
Files 88 88
Lines 8942 8953 +11
===========================================
+ Hits 5287 5292 +5
- Misses 3655 3661 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is amazing @pradnyeshjoshi, brutal timing!
Just a minor comment with tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
save
function torbm.py
: This writes model checkpoints to a specified directory.load
function torbm.py
: This gives users ability to instantiate a model class, load checkpoints from a pretrained model and resume training.save
andload
functions to the RBM quick start notebook.Related Issues
Checklist:
staging branch
and not tomain branch
.