Question about SpikeRecorder #668
Unanswered
OOOOOmoi
asked this question in
GeNN questions
Replies: 1 comment
-
|
This definitely sounds like a bug so I have created #669. Could you let me know what code I need to run to reproduce? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm using GeNN to simulate a variant of the Potjans model containing three types of inhibitory neurons, with more diverse weights between each neuronal population. When I try to use the
GeNNModel.pull_recording_buffers_from_device()method to record neuronal spikes in the network like this:I found the program couldn't run properly and would always get stuck at
pull_recording_buffers_from_device(), I've already enabled spike recording when creating neurons usingneuron_pop.spike_recording_enabled = True. I also tried reducing the number of neurons and synapses, but that didn't work. What's puzzling is that when I don't create any synapses, set all synaptic weights to zero, or make the weights between different neuronal populations follow the same mean and variance, the program runs normally. Where do you think the problem might lie?By the way, I encountered this same issue when using GeNN 4.X before. At that time, the program also got stuck at
pull_recording_buffers_from_device(), but I didn't pay much attention to it - I directly modified the generated C++ code and makefile to bypass the SpikeRecorder.Beta Was this translation helpful? Give feedback.
All reactions