/snn-minibatch

Repository for code, data, and other artifacts for "Minibatch Processing in Spiking Neural Networks"

Primary LanguagePython

Minibatch Processing in SNNs

This repository accompanies the paper draft of the same name.

Setting up

This project was developed with Python 3.6.

Clone the repository and navigate to the project's root directory. Then, issue:

pipenv install --skip-lock  # Create pipenv virtual env.
pipenv shell  # Launch shell in virtual env.