-
Notifications
You must be signed in to change notification settings - Fork 257
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
CUDNN_STATUS_NOT_SUPPORTED error #870
Comments
Can you please copy-paste the full error message here, or include a screenshot of it from the GUI? The "CUDNN_STATUS_NOT_SUPPORTED" message is a generic error handle from pytorch that doesn't say much on its own, and they get missed by the log for some reason. |
The whole error message looks like this: C:\Users\neurolab.conda\envs\KSort4\lib\site-packages\kilosort\spikedetect.py:136: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at C:\cb\pytorch_1000000000000\work\aten\src\ATen\native\cudnn\Conv_v8.cpp:919.) I've attached the complete message window output in the textfile below. |
Please try setting |
Hello,
When running Kilosort 4 from the GUI for a NP1.0, we get the same error message as described in issue #740.
It looks like the clustering finished, but I am not sure if this means that the results are (in)correct.
Everything also loads fine in phy so far.
Is this something we should worry about? And how could we fix it?
Thanks,
Susan
kilosort4.log
The text was updated successfully, but these errors were encountered: