I remain having problems with installing tensorflow for GPU.
The Cuda is installed properly, the cuDNN is also in the files where they supposed to be. Annconda 3 is installed
i run al the installations as they supposed to run:
library(keras)
install_keras(method = "conda", tensorflow = "gpu")
install.packages("reticulate")
library(reticulate)
library(tensorflow)
The error keeps coming back! Does anyone has an idea of this error?
"Installation of TensorFlow not found.
Python environments searched for 'tensorflow' package: C:\Users\MOPC\AppData\Local\r-miniconda\envs\r-reticulate\python.exe
You can install TensorFlow using the install_tensorflow() function."
Thanks!