-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error in GPU selection #36
Comments
Hi @Pacomito , interesting issue! Could you please run this code in Python or a Jupyter notebook and paste its output?
Thanks! Best, |
Thanks for your answer,
BTW, I am on Ubuntu 22.04.1 LTS with Processor Intel® Core™ i5-10500 CPU @ 3.10GHz × 12 and graphic card Mesa Intel® UHD Graphics 630 (CML GT2) |
Ok, can you try to install the graphics cards driver and / or the ICD loader? See hints here: https://github.com/clEsperanto/pyclesperanto_prototype#troubleshooting-graphics-cards-drivers |
Now it works with:
However, if i now open napari, load the sample image 'Lund' , make a label, select Semantic segmentation (APOC) and then run on 'Train' like below napari closes with 'Segmentation error', here are the console logs:
|
Can you try if the classifier works from python, e.g. using this notebook? |
Thank you for sticking with this issue, Indeed running the script on jupyter notebook did not throw any error and the model managed to train. I don't know then why napari crashes. I can run other modules such as CellPose or Stardist for example for nuclei detection without problems. |
Yes, for me it's also hard to debug remotely. If you have time, try different versions of napari (0.4.15, 0.4.17), qt and/or magicgui. And let us know if you figure out what's the problem |
Hello,
Thank you very much for this software.
I just installed the plugin from napari and tried to run the Semantic Segmentation (APOC) with various 2D example data from napari.
When I click on 'run' after selecting the image and label I get this error :
Do you have any idea why and how I could debug it ?
Thank you in advance,
Pacome
The text was updated successfully, but these errors were encountered: