-
Notifications
You must be signed in to change notification settings - Fork 187
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
Dredge Motion correction gets stuck on Solving #3542
Comments
Some other details on the failure mode:
|
Hi @kkatlowitz , thanks for the question (and thanks @zm711). I haven't seen it get stuck in the solve part before. I would say that problems of this size (<1hr) are typical cases that it should handle fine, so I'm interested to narrow this one down. I'm trying to think of a way to figure out why / where it's getting stuck. I think one method would be: if you interrupt your Jupyter notebook kernel after it's been stuck for a while, we should be able to see what line of code it was running. (Or, sometimes the exception will raise at the next line of code.) My best guess would be that it's the solver that is getting stuck? I think that's the most expensive line of code... but maybe it's better to check what the output of the above check is before testing that? |
I appreciate the incredibly fast response. I tried interrupting the kernel, but it wouldnt stop. I had to restart to kernel to get it to quit. While I have you on this topic: motion_info gives the displacement at 1Hz. Is it possible to get it to output the finer resolution information? I think Dredge works at like 250Hz or something like that. |
I tried it on a diff dataset and it also got stuck. also solved by making it shorter |
Hi. |
I had to lower the chunk_duration to 0.5 from 1s (it kept giving me out of memory issues) but it worked.
|
Hello,
I am trying to use dredge though SpikingInterface. It does detect and localize, cross correlation
but then gets stuck (0/100%) on the solve portion. It can run just fine on segments of the data but when I give it more than 20 minutes it breaks
Its a fresh install using the .yml file
Windows 11
Python 3.11.10
I have a GPU using CUDA
The text was updated successfully, but these errors were encountered: