-
Notifications
You must be signed in to change notification settings - Fork 46
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
Successfully loaded libtensorflow in Node.js, but couldn't load GPU. Make sure CUDA Toolkit and cuDNN are installed and accessible, or turn off GPU mode. #1060
Comments
Hello 👋 Thank you for taking the time to open this issue with recognize. I know it's frustrating when software I look forward to working with you on this issue |
I have the same issue. I think I followed all the instructions regarding drivers and CUDA, DNN requirements. |
Are you using CUDA 12 or CUDA 11? I believe we currently only support CUDA 11 |
Indeed CUDA 12. The app is still working though, it's just that warning message that seems to be the issue |
I think it falls back to CPU if GPU can't be loaded |
But I can see the |
huh |
Wondering if it is still the case that cuda 12 is not supported? I have: I have the same warning message when enabling gpu. I get a process on the GPU of a few hundred megs when I start a scan but no gpu utilization from that process. |
There is something really wrong with this integration and idk if maintainers are on it... |
Which version of recognize are you using?
5.0.3
Enabled Modes
Face recognition
TensorFlow mode
GPU mode
Downstream App
Memories App
Which Nextcloud version do you have installed?
27.1.5
Which Operating system do you have installed?
Ubuntu 22.04
Which database are you running Nextcloud on?
Postgres 14.10
Which Docker container are you using to run Nextcloud? (if applicable)
N/A
How much RAM does your server have?
4Gb
What processor Architecture does your CPU have?
x86_64
Describe the Bug
This is minor but Recognize admin panel is telling me no GPU found, but everything seems to be working fine (I see the
recognize/bin/node
process running on my GPU usingnvidia-smi
). Not sure if normal, but although I see the process on my GPU, my CPU usage is also way up.The exact warning appears in the NodeJS section of the admin panel:
Successfully loaded libtensorflow in Node.js, but couldn't load GPU. Make sure CUDA Toolkit and cuDNN are installed and accessible, or turn off GPU mode.
More info: Proxmox 7.2, Nextcloud LXC with GPU successfully passed through (it was already done for processing
ffmpeg
in the Memories app). Installed the CUDA and cuDNN libs through the recommended instructions (pip install tensorflow[and-cuda]
) and python is finding my GPU.Expected Behavior
If everything is working fine and using my GPU, then there shouldn't be any warning about GPU not found.
To Reproduce
Not sure, probably something to do with my setup. If you can point me where to look, I can provide more logs that may help.
Debug log
No response
The text was updated successfully, but these errors were encountered: