-
Notifications
You must be signed in to change notification settings - Fork 83
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
SegmentMIF fails and causes program to hang #299
Comments
Thanks for posting this Surya, something is clearly going wrong with the Dask cluster. Are you able to proceed with |
not using gpu, since I need cudnn==8.1.x. I'm still sorting that out now. Do you have any knowledge of how to install cudnn 8.1.x? I have a machine with cuda 11.0 and mesmer needs cudnn 8.1.x, but I have 8.0.5. I find the cudnn installation instructions to be rather complicated. Do you have any knowledge of how to install cudnn? |
Btw, with |
Yeah that's a good point. Batching tiles would probably make it more efficient |
I think this is related to #211, but the error message is different on gpu. There are two types of error, both shown below:
1
2
I think this is because we are using dask. I'm not sure how to proceed. I can try using pathos and seeing whether it works.
The text was updated successfully, but these errors were encountered: