rockpool.devices.dynapse.dynapsim_net

DynapSim Network getters. Either process the configuration object or a specification dictionary to restore a network. The resulting network has two layers by default. The first layer nn.modules.LinearJax contains the input weights (optional, only if input weights present) The second layer devices.dynapse.DynapSim combines all the other layers.

Modules

rockpool.devices.dynapse.dynapsim_net.from_config

Utilities to build a Dynap-SE2 network resolving a samna configuration object.

rockpool.devices.dynapse.dynapsim_net.from_spec

Obtain a DynapSim network from the spec output of the mapper See also rockpool.devices.dynapse.mapper