-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ring buffer sigma and spikes-per-second on a per synapse-type and per-population basis #132
Comments
changes have ben done to spinnaker to allow changes of the spikes per second and ring buffer sigma from a top elvel pynn script. |
Does this do it on a per-population basis? If so then I think there's a strong On 19/08/15 15:23, Alan Stokes wrote:
|
Unfortunately, this has been added to take account of how PyNN 0.7 works (you pass the class and the initialization parameters, rather than an instantiated class). As I understand it, PyNN 0.8 passes an instantiated class, so at this point, we will have to change to a different interface for these parameters. From: AlexRast [mailto:[email protected]] Does this do it on a per-population basis? If so then I think there's a strong On 19/08/15 15:23, Alan Stokes wrote:
— |
Isn't that the same thing (i.e. the initialisation parameters that are valid for On 20/08/15 10:18, Andrew Rowley wrote:
|
Different populations have incoming spike trains with different statistics therefore it makes little sense to specify this globally (also the global parameters are copied into each vertex anyway!). This has been merged into master. the changing it for different synapse types, has not yet been completed. |
splitting the extra part into a new ticket. so we can record that 1/2 is done by oen release date and the other by dec. |
linked to #136 |
Different populations have incoming spike trains with different statistics therefore it makes little sense to specify this globally (also the global parameters are copied into each vertex anyway!). Also, different synapse types have different statistics and separate ring-buffer shifts to scale them with, so ideally, you should also be able to specify ring buffer sigma and spikes-per-second separately for different synapse types.
The text was updated successfully, but these errors were encountered: