Skip to content

GPU Installation Issue on Windows #1475

@hcutler99

Description

@hcutler99

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions