pabogdan / pynn_object_serialisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyNN Object Serialisation

This repository shows one approach to saving a PyNN simulation using a pair of JSON and NPZ files representing the network architecture and connectivity respectively. The current implementation specifically targets the sPyNNaker backend for PyNN

Supported Objects

  1. LIF neurons
  2. Static Synapses
  3. Array-based and Poisson spike sources

Use cases

  1. Once a PyNN network is automatically converted from an ANN to an SNN, this tool can ensure the correct saving and re-loading of the network.

About


Languages

Language:Jupyter Notebook 55.8%Language:Python 42.8%Language:Shell 1.2%Language:Makefile 0.2%