Baptiste Grimaud
Baptiste Grimaud
That's about it, 3000 to 5000 units on average for _in vitro_ recordings. I can share recordings if needed, but at around 8 GB/minute they're quite heavy. I have 1,...
I'm getting the following error : ``` Error running spykingcircus2 Traceback (most recent call last): File "/home/user/Documents/ephy/sc_si.py", line 135, in sorting = ss.run_sorter( ^^^^^^^^^^^^^^ File "/home/user/Documents/GitHub/spikeinterface/src/spikeinterface/sorters/runsorter.py", line 210, in run_sorter...
Tested it and it does fix the problem, thanks ! > I think you should turn this option to True both for speed and memory considerations Good to know, I'll...
Working well, thanks a lot ! There's still an issue around `final_cleaning_circus` but it can be avoided by enforcing `n_jobs=1` just before the call. Sorting is slow towards the end...
I haven't had time to pinpoint the issue exactly, but I think it might be the sparsity estimation when the analyzer is created. If I create an analyzer from scratch...
Apologies for the lack of feedback, I'm in the final few weeks of writing my thesis and I didn't have too much time to spare. I actually tried again with...
Is your data stored on a SSD or a HDD ? If the preprocessing isn't using as much resources as you allow it to, your bottleneck might be your disk's...