MLND-Capstone icon indicating copy to clipboard operation
MLND-Capstone copied to clipboard

Not using CUDA GPU despite that being available

Open tongclement opened this issue 4 years ago • 2 comments

Will edit the code to add the capability for it to use CUDA GPU (As I am trying to use this as a benchmark)

tongclement avatar Aug 04 '20 09:08 tongclement

It should be using CUDA GPU as a default; potentially if it isn't it may be because you have a CUDA version that doesn't match to the TensorFlow version in the environment used here.

mvirgo avatar Sep 01 '20 02:09 mvirgo

Yes unfortunately it seems like that this is the problem. A lot of projects on GitHub user TensorFlow V1 and it is really difficult to have multiple cuda versions for different projects. I have heard about docker and I will try it in the near future. Thanks for open sourcing your amazing project and replying anyways :)

tongclement avatar Sep 01 '20 02:09 tongclement