TensorFlow.NET icon indicating copy to clipboard operation
TensorFlow.NET copied to clipboard

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

Open Knaackee opened this issue 9 months ago • 1 comments

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!

Knaackee avatar Apr 11 '25 17:04 Knaackee

退回到TensorFlow.Keras v0.11.0版本

xdaker avatar Jul 23 '25 06:07 xdaker