Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kilosort3 container issue #1900

Closed
ghost opened this issue Aug 1, 2023 · 6 comments
Closed

Kilosort3 container issue #1900

ghost opened this issue Aug 1, 2023 · 6 comments
Labels
bug in sorter The bug is in sorter code itself, not in SI

Comments

@ghost
Copy link

ghost commented Aug 1, 2023

Hi,

I'm trying to get kilosort3 to run inside a singularity container. I'm running it on a cluster gpu node with a rtx2080ti gpu. I can get pykilosort to work in a container just fine, but would like to run kilosort3 as this is the latest version. I've tried installing a number of different versions of spikeinterface locally and inside the container, from 0.97.1 up to the latest version, but all of them give the following index error:

"Warning: X does not support locale C.UTF-8", "Time 0s. Computing whitening matrix..", "Getting channel whitening matrix...", "Channel-whitening matrix computed.", "Time 6s. Loading raw data and applying filters...", "Time 8s. Finished preprocessing 220 batches.", "Drift correction ENABLED", "vertical pitch size is 1.000000e+01", "horizontal pitch size is 5", "Columns 1 through 7", "", "-10.0000 -7.5000 -5.0000 -2.5000 0 2.5000 5.0000", "", "Columns 8 through 9", "", "7.5000 10.0000", "", "6", "", "----------------------------------------Index in position 1 exceeds array bounds. Index must not exceed 4."

Does anyone have any idea why this is happening and what I could do to fix it?

Thanks!

@alejoe91 alejoe91 added the bug in sorter The bug is in sorter code itself, not in SI label Aug 1, 2023
@alejoe91
Copy link
Member

alejoe91 commented Aug 1, 2023

HI @rbedfordwork

Unfortunately it seems to be related to KS3 specifically.
Can you try to upgrade SpikeInterface to 0.98.2?
Also, are you abel to run KS2.5?

Cheers
Alessio

@ghost
Copy link
Author

ghost commented Aug 3, 2023

Yes I've tried both KS3 and KS2.5 with SpikeInterface 0.98.2, and both return the exact same index error.

@alejoe91
Copy link
Member

alejoe91 commented Aug 3, 2023

On all datasets? It could be that something specific to that dataset is making the fail...

@samuelgarcia
Copy link
Member

Hi. The error is a matlab error and not a spikeinterface error. SO it will be hard to fix this in our side.
As Alessio mention this error is data driven for a situtaion not handled so other dataset should be OK.

@zm711
Copy link
Collaborator

zm711 commented Nov 3, 2023

@samuelgarcia, seems like the user deleted their account. You want this issue to be open for others or okay to close?

@alejoe91
Copy link
Member

alejoe91 commented Nov 3, 2023

I would say OK to close! Thanks for checking @zm711

@alejoe91 alejoe91 closed this as completed Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug in sorter The bug is in sorter code itself, not in SI
Projects
None yet
Development

No branches or pull requests

3 participants