-
Notifications
You must be signed in to change notification settings - Fork 191
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
KS4: CUDNN_STATUS_NOT_SUPPORTED error #3190
Comments
Hey @a-zmz, this is an error in the kilosort runtime. You can see the error here is within the kilosort package.
It would probably be best to open the issue directly on their repo so they can let you know what to do for the cudnn errors. Then if they say the problem is something with our wrapper you can bring the issues here. But since this error is inside kilosort they would know better than us. |
Is that the complete error traces/ Also, isn't that the wrong version of spikeinterface for trying kilosort4? See |
I think we had the ks4 fixes by rc0, but maybe not. You could also try from main in that case. |
thanks, i will try 0.100.8 |
yes that is the complete error trace |
hello, just tried with spikeinterface 0.100.8, got this error:
|
It seems that your have a keyword argument folder that is not properly absorbed by the run_sorter caller and instead is proagated to the sorter where is not a valid parameter. Can you show me how you are calling the sorter? (the code that you run) |
the so i converted it into string, and got the previous error |
That's an error we got when we switched run_sorter and run_sorter_by_property to both use the folder argument rather than output_folder. could you try
instead of folder and see what happens. If someone has a stale docker/singularity then they won't quite have the right spikeinterface. Alessio said we need to find a way to force rebuild for this as parameters change. But we've been too busy to work on that. |
i see, thanks i'll try |
yea i could indeed try to run from |
Hi,
I upgraded my spikeinterface to "0.101.0rc0" tried to run kilosort 4.0.12 with singularity image. However, I got the following error:
Could anyone please help? Thanks!
Best,
Arthur
The text was updated successfully, but these errors were encountered: