Metadata-Version: 2.5
Name: snn_bench
Version: 0.1.60
Summary: A Project for independently testable components for data ingestion, ANN training, ANN to SNN conversion, evaluation and results visualization.
Project-URL: Homepage, https://github.com/Livewirez/snn_bench
Project-URL: Repository, https://github.com/Livewirez/snn_bench
Project-URL: Issues, https://github.com/Livewirez/snn_bench/issues
Author-email: Stephen Michuki <stevemwendest@gmail.com>
License-Expression: GPL-3.0-only
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: psutil
Requires-Dist: pynvml
Requires-Dist: torch
Requires-Dist: torchmetrics
Requires-Dist: torchsummary
Requires-Dist: torchvision
Description-Content-Type: text/markdown

# snn_bench
A Project for independently testable components for data ingestion, ANN training, ANN to SNN conversion, evaluation and results visualization.


## Installation

```bash
pip install git+https://github.com/fangwei123456/spikingjelly.git
pip install snn-bench
```