NeuroBench / neurobench

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

MG Dataset #133

Closed jasonlyik closed 9 months ago

jasonlyik commented 9 months ago

We currently have the MackeyGlass dataset generating a new time series on every init.

This would be fine, however it appears that on different machines (even with the same ISA, OS), the time series differs.

So, easiest fix is to generate MG data on one machine, and edit the dataset class such that it loads in this data rather than generating it.

jasonlyik commented 9 months ago

134