NeuroBench / neurobench

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

Primate Reaching Dataset Fix #212

Closed vinniesun closed 4 months ago

vinniesun commented 4 months ago

Fixed the following issues:

  1. length of dataset.samples and length of train+val+test does not match. pr_fix

  2. Fixed one of the key of self.md5s from loco_20170217_02.mat to loco_20170215_02.mat, as loco_20170217_02.mat is a file that we are not using anymore.

  3. set offset to zero in the split_data() method. This is because the offset variable is a legacy variable from when we were doing chunkings of the dataset and is used to prevent overlaps. Since we are not doing chunkings anymore, offset can now be removed.

jasonlyik commented 4 months ago

210

Looks great @vinniesun!

Will pull into dev and then into main, fix should appear in the 1.0.4 pypi release which I'll push very soon