Skip to content

[Question]: Using latest TensorFlow.NET with GPU on Windows #1291

Open
@Knaackee

Description

@Knaackee

Description

At first, thanks for the great work!

Iam getting System.EntryPointNotFoundException: 'Unable to find an entry point named 'TF_GetHandleShapeAndType' in DLL 'tensorflow'.' when constructing a Keras Sequential model (with LSTMs) on Windows 11 / GPU (RTX 4070 Super).

Using latest packages:

TensorFlow.NET v0.150.0
TensorFlow.Keras v0.15.0
SciSharp.TensorFlow.Redist-Windows-GPU v2.10.3 (latest on NuGet)
CUDA [11.8] installed
cuDNN [8.9] installed

Error occurs at var model = new Sequential(...).

Any advice ?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @Knaackee

        Issue actions

          [Question]: Using latest TensorFlow.NET with GPU on Windows · Issue #1291 · SciSharp/TensorFlow.NET