Open magland opened 3 years ago
Run mountainsort4 on 18-ch recording, 10-60 minutes. And try to determine where the bottleneck is:
This is the file you'll need to put thing timing tests: https://github.com/magland/ml_ms4alg/blob/master/ml_ms4alg/ms4alg.py
Different parts to time:
Also useful to know the scaling properties of the above steps (as channel number or duration increases)
I suggest trying duration: 10 minutes, 20 minutes (compare timings) channel count: 9, 18 (compare timings)
May also be helpful to see how timings scale with changes in adjacency_radius (nbhd size).
Here's a useful context manager for timing section of code: