Installing Keras Tensorflow for R/RStudio on Windows 10 for GPU

I have been trying without success to install to get keras/tensor flow working on windows 10 with GPU. The various writes up on blogs are help but don't seem to work completely and when I test

session <- tf$Session

I get the tensorflow can not be found.

Is there a current list of what versions of Cuda, CuDNN, Anaconda, Visual Studio(?) to install as most of the post on doing this appear to be over a year old?

I think this is the best guide to do it (make sure to follow the links to other guides to install Cuda and CuDNN deps)

https://tensorflow.rstudio.com/tools/local_gpu.html

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.