You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code was added to snn_gpu_module.cu's kernel_findFiring() involving INT_MAX to have the refractory period (RP) correctly processed with the Izhikevich model in the imfix branch. It is suspected that this code may also be needed for correct Leaky-Integrate-and-Fire neuron model (LIF) RP processing with different RP times. Without the code, LIF RP may have a bug.
The text was updated successfully, but these errors were encountered:
This seems to be an issue for LIF specific to the branch.
The unit test for LIF of the master branch did not show this issue.
It might be addressed when merging the PR for the imfix.
Thanks @larsnm for checking this. @jkopsick has told me that he thinks somehow this does not appear to be an issue with LIF. I requested that he describe his evidence for that in this issue post and I will close this issue. This will help document this if anyone has the same idea in the future. He has agreed to do that, but is just busy with other work at the current time, and will do it later.
Code was added to snn_gpu_module.cu's kernel_findFiring() involving INT_MAX to have the refractory period (RP) correctly processed with the Izhikevich model in the imfix branch. It is suspected that this code may also be needed for correct Leaky-Integrate-and-Fire neuron model (LIF) RP processing with different RP times. Without the code, LIF RP may have a bug.
The text was updated successfully, but these errors were encountered: