Steven Abreu
Steven Abreu
fixed the typo, thanks Jason! Merging this
LGTM, thanks @DylanMuir @bauerfe @Jegp
Hi, thanks for looking into this. Can you show us what shift in parameter values you observe? Then we can look into it together. Example code and output would be...
Hmm there seems to be some scaling issue. Have you tried to use the lava-dl configuration instead, and if so does the issue persist there as well? The parameter values...
Looks good to me, thanks for the PR @DylanMuir! Edit: actually, the `v_threshold` should not be a scalar, but an array of the same size as the neuron population. Can...
Sorry about the delay.. As it is now, it breaks the types of 2D neuron populations. I pushed a simple change [here](https://github.com/DylanMuir/NIR/pull/1) to ensure that if v_threshold is scalar, it...
PR for snnTorch is also up here: https://github.com/jeshraghian/snntorch/pull/335