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

Added automatic downloading of PrimateReaching #139

Closed tao-sun closed 10 months ago

tao-sun commented 11 months ago

Automatic downloading of PrimateReaching added. Please have. a review.

jasonlyik commented 11 months ago

We have changed one of the files from loco_20170217_02.mat to loco_20170215_02.mat to upgrade data quality

tao-sun commented 11 months ago

@jasonlyik have you figured out whether we can. use Pytorch code?

jasonlyik commented 11 months ago

Yes, I believe this is not an issue.

Can you refer to the following example from speech2spikes: https://github.com/NeuroBench/neurobench/blob/main/neurobench/preprocessing/speech2spikes.py https://github.com/NeuroBench/neurobench/blob/main/NOTICE

Please add a header to the file where you have copied code and copy in the pytorch LICENSE to that header and point to the repo. Also add a short statement to the neurobench NOTICE file.

tao-sun commented 11 months ago

Yes, I believe this is not an issue.

Can you refer to the following example from speech2spikes: https://github.com/NeuroBench/neurobench/blob/main/neurobench/preprocessing/speech2spikes.py https://github.com/NeuroBench/neurobench/blob/main/NOTICE

Please add a header to the file where you have copied code and copy in the pytorch LICENSE to that header and point to the repo. Also add a short statement to the neurobench NOTICE file.

The legal texts were added and please have a review.

jasonlyik commented 11 months ago

Tao, there is a small typo in the dataset file which I commented on. Otherwise everything looks good, once it is fixed we can pull this in!

jasonlyik commented 10 months ago

Made some small changes to the notices and merging