Open
Description
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