Replies: 1 comment 1 reply
-
Hi, i'm not an expert, but yesterday i was doing some research and i found this video which explains how this dual-gpu works. Hope it helps. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi everyone !
So I’ve found a way to run my inference using my 2 GPUs, but this takes as much time as if I was running it on 1. I am quite new to tf / multiGPUs, so yeh, I reckon I need some help to:
understand whether I am going to the right direction
possibly help me in improving what’s been done so far
My inputs are 3D volumes, reshaped as (16, 16, 16, 64, 64, 64), then here is what comes:
Predictions are working, I get my volumes predicted, and both mu GPUs are used, but it does take as much time as if 1 was used. Also, my GPUs are working at like… 40,50% top (this highly depends on the bach size of course)? I am really reaching the end of my knowledge here, and can’t seem to find anything online after weeks or searching.
thanks in advance everyone :)
Beta Was this translation helpful? Give feedback.
All reactions