-
Notifications
You must be signed in to change notification settings - Fork 75
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
Cereal for TMRegion #421
Cereal for TMRegion #421
Conversation
…nto cereal-TMRegion
@breznak, @ctrl-z-9000-times, I pushed what I have for this PR. After PR #422 is pushed to master this should build as well. I will try to do this before I leave. Lets see...other things on my plate:
|
enjoy the road-trip and have a great time!
it's almost half of the year, I think we should slowly be prioritizing the python 2 obsoletion, ie merging new py code and making sure it works, continued work on the bindings (and their testing), ... |
…nto cereal-TMRegion
Have a nice trip! |
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.
There's a broken merge with Connections & TM changes, otherwise the serialization looks good. Thank you
src/nupic/algorithms/Connections.cpp
Outdated
@@ -557,42 +557,6 @@ void Connections::bumpSegment(const Segment segment, const Permanence delta) { | |||
} | |||
|
|||
|
|||
void Connections::destroyMinPermanenceSynapses( | |||
const Segment segment, Int nDestroy, |
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 some mistake, was added by #446
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.
..all the connections changes seem out of place. try git checkout -- master src/nupic/..../Connections.*
This branch is really messed up. Don't know what happened. |
This covers Cereal serialization for TMRegion.
It is pending on #419