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

Primate Reaching dataset series labels #194

Closed jasonlyik closed 4 months ago

jasonlyik commented 4 months ago

For training with multiple timestep sequences, both data and labels should be series. Currently, when num_steps for PrimateReaching dataset is greater than 1, the data is a series but the label is still only the last timestep label. We should add label series functionality.