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

Does not write weights #14

Closed
mzugschwert opened this issue Apr 8, 2016 · 1 comment
Closed

Does not write weights #14

mzugschwert opened this issue Apr 8, 2016 · 1 comment

Comments

@mzugschwert
Copy link

Line 181 currently says

        if self._successful_load:

I believe it should say

        if not self._successful_load:

@dbr dbr closed this as completed in b4a2919 Apr 10, 2016
@dbr
Copy link
Owner

dbr commented Apr 10, 2016

Oops, fixed - thanks!

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