Replies: 1 comment
-
|
Bump. with I managed to get and on start of indexing nvidia-smi detects that photoprism does actually detects GPU but it's not actually used. Would be nice to have solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running on a Linux server with an nvidia gpu. I believe I have enabled every nivida/gpu-related setting possible in the
compose.yaml:PHOTOPRISM_INIT: "https tensorflow-gpu"NVIDIA_VISIBLE_DEVICES: "all"deploysection under "NVIDIA GPU Hardware Acceleration"nvidia-smiinside docker shows my gpu.However when I run
photoprism faces indexI see only cpu usage, no gpu usage. Is there anything else I'd need to do to run face embedding on gpu, or is this not really supported?Note: from my experience using tensorflow in python, you typically need to install the appropriate cuda/cudnn libraries, so my hypothesis is that without these installed tensorflow can't use the gpu.
Beta Was this translation helpful? Give feedback.
All reactions