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

Error using gpuArray/eig; EIG did not converge at index 84321 #862

Closed
nandi-nilanjana opened this issue Feb 3, 2025 · 0 comments
Closed

Comments

@nandi-nilanjana
Copy link

Hi,

I am trying to use kilosort 2.0 on my data but it I get an error during optimisation of templates -

Error using gpuArray/eig
EIG did not converge at index = 84321.

Error in svdecon (line 23)
[U,D] = eig(C);
^^^^^^
Error in learnAndSolve8b (line 411)
[A, B, C] = svdecon(UA);
^^^^^^^^^^^
Error in main_kilosort (line 75)
rez = learnAndSolve8b(rez);

This happens while optimising the templates. In one such cluster, the C matrix returns NaN and kilosort crashes. I tried changing the ops.Nfilt to a lower value instead of default 1024, thinking it could be a memory issue but it's not.

I thought it could be an issue with channel map but when I separately check the data in the GUI, it seems alright.

Has anyone else faced this issue ever ?

Looking forward to hearing back. Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant