NeuroBench / neurobench

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

Add trained DVS Gesture SNN Benchmark #211

Closed jasonlyik closed 1 month ago

jasonlyik commented 1 month 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.