removing wild literal constants and making them part of 'standard' constants.
But also have added:
input source
a way to split runs so that we can 'reset' neuron voltages
reworked parameter mappings due to multiple targets from a single source (e.g. tau_syn_E and tau_syn_I come from tau_syn_inv in Norse)
added dt to adjust temporal parameters (this still needs to check this is correct)
doubly linking Connection and Population objects
linking Population, Connection with Network
Bias is translated to a current offset (i_offset) on neuron populations in PyNN but is packed with connectivity layers in Norse/PyTorch, thus the need for the added links
Still need to:
[ ] check correct order of weights for Norse
[ ] command line interface and how to correctly parse that
I forgot to change the remote on my IDE!
Fortunately, most are:
But also have added:
tau_syn_E
andtau_syn_I
come fromtau_syn_inv
in Norse)dt
to adjust temporal parameters (this still needs to check this is correct)i_offset
) on neuron populations in PyNN but is packed with connectivity layers in Norse/PyTorch, thus the need for the added linksStill need to:
dt