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

NuPIC Walkthrough notebook's "int" dtype doesn't work on some platforms #3407

Open
mrcslws opened this issue Nov 4, 2016 · 0 comments
Open

Comments

@mrcslws
Copy link
Contributor

mrcslws commented Nov 4, 2016

In this notebook, we should replace occurences of dtype="int" with dtype="uint32". https://github.com/numenta/nupic/blob/6924a904644bbb8cdba6ca7a62050cf8456614f8/examples/NuPIC%20Walkthrough.ipynb

You can see we had some integer overflow issues in https://discourse.numenta.org/t/inconsistency-between-spatialpooler-in-nupic-and-nupic-bindings/1549/10?u=mrcslws

Sometimes "int" is mapped to 32-bit, other times it's mapped to 64-bit. The C++ SpatialPooler needs 32-bit integers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants