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

After installing TensorFlow.NET,

Open jaroslav-hook opened this issue 1 year ago • 2 comments

Description

crash crash

Reproduction Steps

using Tensorflow.Common.Types; using Tensorflow.Keras.ArgsDefinition; using Tensorflow.Keras.Utils; using Tensorflow.Keras;

// namespace Tensorflow.Keras.Engine;

// tryig out the tesor flow // https://www.w3computing.com/articles/deep-learning-csharp-tensorflow-neural-networks/

namespace Vt_Lin { class Program { static void Main(string[] args) { string helloMessage = "This is my Hello World 2020 C#"; Console.WriteLine("{0}, {1}",helloMessage,"\n");

        var hello = tf.constant("Hello, TensorFlow!");<== CRASHES HERE 
        Console.WriteLine(hello);

Known Workarounds

none.. it claims binding cannot found and I tried everything all this is installed : = TensorFlow.NET
= TensorFlow.Keras
= SciSharp.TensorFlow.Redist
= SciSharp.TensorFlow.Redist-Windows-GPU

Configuration and Other Information

No response

jaroslav-hook avatar Jan 09 '24 20:01 jaroslav-hook

it works after install VC_redist.x64。 image

ANNNgellalala avatar Jan 16 '24 09:01 ANNNgellalala

Reinstalling VC_redist64 doesn't solve the problem for me

le-tan-phuc avatar May 13 '24 13:05 le-tan-phuc