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

MAX_CONN_PER_SNN assertion error #70

Open
tavanaei opened this issue Feb 3, 2019 · 1 comment
Open

MAX_CONN_PER_SNN assertion error #70

tavanaei opened this issue Feb 3, 2019 · 1 comment

Comments

@tavanaei
Copy link

tavanaei commented Feb 3, 2019

In a customized network, I saw that the SNN cannot run when we have more that 256 synapses totally in M groups. BTW, I am using "nocuda" version. I changed the assertion error in my computer to: `++numConnections_ <= MAX_CONN_PER_SNN +1000 ' to fix the error for now and continue running the SNN. Is there any way to change the value of this variable (MAX_CONN_PER_SNN) and also its type? Its type is short-int which is not enough to cover my large networks (syn>32765).

@tavanaei
Copy link
Author

tavanaei commented Feb 3, 2019

Just to clarify, an SNN with two groups of N>256 neurons connecting by pre-defined connections is fine. My case happens when we have about 50 groups of neurons (each 1 neuron) connecting to each other based on some specific criteria.

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

1 participant