TensorFlowSharp
TensorFlowSharp copied to clipboard
How do I select different GPU?
Hi , I have a computer with 4 NVIDIA GPU. I use the tensorflow-batteries-windows-x64-gpu to make tensorflowsharp run on GPU.
However , I had no idea how to select and run on specific GPU.
Anyone has any idea?
Same problem. How can specify "device/GPU:0" during the import of the graph? There isn t documentation or example. Maybe "SessionOptions" and "GPUOptions" but how to use them?
You can reference the issue #206: https://github.com/migueldeicaza/TensorFlowSharp/issues/206#issuecomment-359938105. In your case, you should add the GPU number in configuration in python. Good luck!
Hi , I have a computer with 4 NVIDIA GPU. I use the tensorflow-batteries-windows-x64-gpu to make tensorflowsharp run on GPU.
However , I had no idea how to select and run on specific GPU.
Anyone has any idea?
tensorflow-batteries-windows-x64-gpu Where can I download it?