Closed evanliu3594 closed 1 year ago
Thanks for reporting, this is now mentioned on the webpage https://tensorflow.rstudio.com/install/local_gpu
Attempting to install a "gpu" version on Windows shows a warning now, which will typically be displayed right after an error. I.e., this is what you now see if calling install_tensorflow(version = 'gpu')
on Windows.
I followed the installation guide at https://tensorflow.rstudio.com/installation/, and #524 but unable to start tensorflow-gpu configuration.
After a whole-day trouble-shooting, I found a note at https://tensorflow.google.cn/install/source_windows#gpu
So if anyone meets the same problem, you should install the tensorflow package with
keras::install_keras(version = "2.10")
.Maybe this should be noticed in the installation guide.