jcmharry

Results 4 issues of jcmharry

Hi, the spikingjelly is really good and easy to use. One advice is do you consider integrating some Brain-like properties such as STDP in this library? Maybe it's a good...

enhancement
good first issue

Hi, how do you get the values of weights in csv files?I ran the code, trained the network parameters and saved inthe csv files. It seems very different from the...

Does test_new.py modify anything? Thanks.

Hi, I just ran the example code like below: ```Python from brian2 import * import brian2genn set_device('genn', directory='simple_example') N = 10000 tau = 10*ms Iin = 0.11/ms eqs = '''...