NeuroBench / neurobench

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

Add transpose pre-processor #120

Closed EssentiallyNoah closed 1 year ago

EssentiallyNoah commented 1 year ago

Add transpose pre-processor to support [timesteps, 1, features] format used in case of primate reaching task.

jasonlyik commented 1 year ago

Closing, the SNNs implemented the behavior within the model themselves. It matches the implementation of the MG task models as well.