-
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
SP Topology is weird when input width and height are different #961
Comments
Ok, I think I reproduced the issue here. Setting the spatial pooler parameter: |
The issue persisted for me even when wrapAround was set to false, forgot to include that in the issue :/ |
Could you post your spatial pooler's parameters? |
Yes of course, I've changed them since I moved on to 1:1 aspect ratio input, but they were something like this:
Don't hesitate to ask if you need more info! :) |
Sorry, I don't know when I will have the time to work on this issue. |
I’ve been experimenting with topology and the spatial pooler, but I am getting strange results. My input consists of an SDR which has 3 filled circles of active bits. I expect the spatial pooler to produce output which has a similar topology, however what I am getting instead is this:
The output matches the y-location of the input, but for some reason it has activations along the entire width of the column dimensions. It seems to be wrapping around the width. This happens even when the spatial pooler column dimensions match the input space dimensions. Setting the receptive field of each column to 1 alleviates the problem.
Is this intended behavior?
The text was updated successfully, but these errors were encountered: