djsaunde / lm-snn

Using spiking neurons and spike-timing-dependent plasticity to classify the MNIST handwritten digits.
153 stars 46 forks source link

AttributeError: No attribute with name subgroup #14

Open assadRasheed opened 6 years ago

assadRasheed commented 6 years ago

i am trying to run your code but got the error " no attribute with name subgroup" in Diehl&Cook_spiking_MNIST.py file remember i am trying to run code in brian2.

djsaunde commented 6 years ago

Hi @assadRasheed,

You should check out this repo for the working Diehl&Cook_spiking_MNIST.py code. This is implemented with brian (not brian2), and therefore will not work if brian2 is imported instead.