NeuroBench / neurobench

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

S2s training example added #106

Closed EssentiallyNoah closed 11 months ago

korneelf1 commented 11 months ago

A small note: The forward function you define is already implemented in the snnTorchmodel wrapper. The version in the wrapper is a bit more robust for models with eg synaptic neurons, they seem not to reset properly using the utils.reset(). During testing, it showed that this method filled up the RAM memory when using second order models. Could it be possible to wrap in the SNNTorchModel wrapper?