NeuroBench / neurobench

Benchmark harness and baseline results for the NeuroBench algorithm track.
https://neurobench.readthedocs.io
Apache License 2.0
64 stars 13 forks source link

Add trained DVS Gesture SNN Benchmark #211

Closed jasonlyik closed 6 months ago

jasonlyik commented 6 months ago

Added trained DVS Gesture SNN benchmark.

The SNN is a simple convolutional SNN.

The data and preprocessing is all handled by the Tonic library, as the neurobench.Benchmark expects any generic torch DataLoader. This closes #192 because nothing special has to be done to integrate with Tonic.