Hello,
I am following this instruction on the getting started:
For CPU version
PM> Install-Package SciSharp.TensorFlow.Redist
For GPU version (CUDA and cuDNN are required)
PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU
I want my project to run on GPU if it can but also, to be universal, fall back to CPU if no GPU. The way things are worded above and throughout the site makes it sound like I can do one or the other. For example, I want to install the package above for GPU version but it says CUDA and cuDNN are required.
Do I install both packages to handle both types of machines?
I saw the code to use session options to specify GPU. Do I do this still and it will still run or fallback on CPU if no GPU?
Thanks!
Hello,
I am following this instruction on the getting started:
I want my project to run on GPU if it can but also, to be universal, fall back to CPU if no GPU. The way things are worded above and throughout the site makes it sound like I can do one or the other. For example, I want to install the package above for GPU version but it says CUDA and cuDNN are required.
Do I install both packages to handle both types of machines?
I saw the code to use session options to specify GPU. Do I do this still and it will still run or fallback on CPU if no GPU?
Thanks!