TensorFlow.NET
TensorFlow.NET copied to clipboard
.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
### Description Here's the exception I'm getting: ``` DllNotFoundException: hdf5 assembly: type: member:(null) HDF.PInvoke.H5F..cctor () (at /home/appveyor/projects/hdf-pinvoke-1-10/submodules/HDF.PInvoke/HDF5/H5Fpublic.cs:41) Rethrow as TypeInitializationException: The type initializer for 'HDF.PInvoke.H5F' threw an exception. HDF5CSharp.Hdf5.OpenFile (System.String...
### Brief Description Unhandled exception. System.NotImplementedException: Model load of h5 format has not been supported. Please submit an issue to https://github.com/SciSharp/TensorFlow.NET/issues if it's needed. ### Device and Context .net8 tensorflow...
### Description When CPU is OK,When GPU,then: 如图:   ### Reproduction Steps _No response_ ### Known Workarounds _No response_ ### Configuration and Other Information Win11,cuda_11.8.0 cudnn-x86_64-8.6.0 _No response_
### Description I create a model and save it, but when loading it I get an error. System.NullReferenceException: "Object reference not set to an instance of an object." ` public...
### Description When will TF 2.16 be updated? Because version 2.16 packages Keras3 by default, which contains many advanced APIs for NLP.
### Description I just used this method to creat words vector. `var text_dataset = tf.constant( "quz foo tak");` `print(text_dataset);` `var vectorizer = KerasApi.keras.preprocessing.TextVectorization(max_tokens: 1000, output_sequence_length: 4) ;` `vectorizer.adapt(text_dataset);` `print(vectorizer.Apply(tf.constant("quz" )));`...
### Description Hello, I'm using TensorFlow.NET for a machine learning project and facing issues with namespaces and compilation errors. Here’s a brief overview: **Environment:** - TensorFlow.NET version: (specify your version)...
### Description Error : "RuntimeError: Tensorflow.NET cannot find a backend. Please install one of the following packages for your program: SciSharp.TensorFlow.Redist, SciSharp.TensorFlow.Redist-Linux-GPU, SciSharp.TensorFlow.Redist-Windows-GPU. For more details, please visit https://github.com/SciSharp/TensorFlow.NET. If...
### Description I've heard that you've stopped updating? why? ### Alternatives _No response_
### 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...