Closed jasonlyik closed 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.
neurobench.Benchmark
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.