-
Notifications
You must be signed in to change notification settings - Fork 26
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
Question: GPU support. #192
Comments
Hi |
Thanks a lot. That gave me a lot of headaches. As Pycharm did work, but onnx neither here or this plugin, nor for onnxruntime. I just, updated cudnn it worked for DEEPNESS. Than removed the CPU option for onnxruntime and the gpu was taken. That was easy. ;) What makes me wonder is the timing I run the model with DEEPNESS and onnxruntime.
What I want to say is, theplugin is much slower on CPU, that what I tried in code. |
A symbol/message would be nice, whether GPU, etc. was detected (before running). |
Hi, |
As the plugin used the Gpu lately I couldn't test, why the CPU was so slow. I read about speedups of about 40 X for using the GPU. That would be the correct order of magnitude. Or even better. What I noticed that when I select the raster with a 10 cm resolution, than loading the default parameter does not lead to selecting 10 cm as parameter for the net. For 20 cm it did (often?). |
I tried the solar panel Segmentation model from the model zoo.
But the execution was ruther slow it took 80+ minutes for a digital Orthophoto tile (20 cm resultion, 5000 points in each direction).
Inference was done on the CPU, question can I do the inference with Deepness on GPU, too?
Or is it feasible to do?
CPU: Ryzen 7 5800X
GPU: NVidea 1660Ti
The text was updated successfully, but these errors were encountered: