-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Description
Hi,
Followed the installation instructions and to install keras3 with tensorflow in RStudio, however, it does not appear to have recognised my GPU.
install.packages("keras3")
keras3::install_keras(backend = "tensorflow", gpu = TRUE)
tensorflow::as_tensor("Hello World") # Installation good
tf$config$list_physical_devices('GPU') # But this returns an empty list
This is my first time trying to configure a GPU so I am a bit out of my depth, but here are my machine specs. Would really appreciate any help you can provide.
- Windows 11
- NVIDIA GeForce RTX 4080
- Cuda 12.6.1 and cudnn 9.0 installed
- WSL2 configured
Thanks and please let me know what other information I can provide to assist,
Harry
Metadata
Metadata
Assignees
Labels
No labels