Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 346 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 346 Bytes

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.