-
Notifications
You must be signed in to change notification settings - Fork 4
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
CLIJ2_median and Labelling ALX crashing #20
Comments
Hey @pr4deepr , can you check if the issue persists after trying the solution explained here? Thanks! Cheers, |
If its the energy saver mode and automatic graphics switching, yes I tried it. |
Hm, I'm afraid, there is not much I can do about this.
It's the operating system which kills Fiji. We can't catch that. I need to refer to the hardware section of the installation instructions: Buy a proper GPU if you want to do GPU-accelerated image processing ;-) |
Good to know.
Yea, fair enough. Thats pretty detailed. 😄 In my case, running most filters worked on the 1.5GB integrated card, but median was the one causing issues. Assuming its to do with the compute capabilities??? Curious to know why its the case. With most common use cases or users you have interacted with, do they usually have quite high graphics card specs? I know its becoming increasingly common to have dedicated GPUs.. |
Me too! ;-)
Before I warn users of specific hardware, I would like to be sure that the hardware is causing the issue. E.g. a median 3D filter on 1024x1024x30 works on an Intel GPU with 1.6 GB memory. You can also see that it doesn't use the full memory. Thus, question: |
Yea, it wasn't filling up the memory, which was why I got confused. |
Hi
So, I was trying a workflow on a MacPro notebook which has 1.5GB GPU memory (Intel Graphics; inbuilt I think).
It was a bunch of CLIJ2 workflows together and FIJI kept crashing. I narrowed it down to the fact that was the median filter causing it (1024x1024x30, 16-bit image). Smaller images seemed to work ok, but it was quite variable. I have attached an error log of testing out the CLIJ2_median filter at the end of this post.
I am using the median 3D filter in FIJI instead for now (under Filters; can also use the one under 3D imageJ suite for now)
I had the same issue happen when I used the labelling ALX workflow. FIJI crashes.
Is there a better way to handle this error, especially as all of FIJI crashes?
The text was updated successfully, but these errors were encountered: