Jake Pennington

Results 309 comments of Jake Pennington

Yes, you need to create your own probe layout for a 4-shank probe. For Neuropixels, you can use the tool here to export from a spikeglx .meta file: https://github.com/jenniferColonell/SGLXMetaToCoords. You...

Closing this for now, please feel free to re-open it at a later date if you need more assistance.

I'm sorry, I'm having a hard time understanding the issue. What do you mean it "automatically chooses the cpu?" How are you determining that? Are you getting an error during...

The task manager is not an accurate way to check GPU usage for python processes. If you want to check usage while sorting is running, you can use the `nvidia-smi`...

Okay. Can you please clarify if you get an error during sorting, or think it's taking too long, or some other problem? Not all steps of the sorting process use...

Are you sure your pytorch installation is set up correctly? You said you're using CUDA toolkit version 11.8, but your screenshots show version 12.4. If you *are* using 12.4, I...

Ah, I see. Unfortunately, I'm not sure what else I can try to debug for you if the sorting works fine on a different machine. The next thing I would...

Still unclear what's causing this since I can't reproduce it, but given that it appears to work for you on some machines and was resolved in at least one case...

Yes, the picture on the right is what you want. Here's some code you can use to verify by comparing to the spike waveforms: ``` from pathlib import Path import...

I'll point this out to @marius10p in case it's something he wants to add a patch for, but we are not providing support or development for previous versions of Kilosort...