Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After installing TensorFlow.NET, #1225

Open
jaroslav-hook opened this issue Jan 9, 2024 · 2 comments
Open

After installing TensorFlow.NET, #1225

jaroslav-hook opened this issue Jan 9, 2024 · 2 comments

Comments

@jaroslav-hook
Copy link

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

@ANNNgellalala
Copy link

it works after install VC_redist.x64。
image

@le-tan-phuc
Copy link

Reinstalling VC_redist64 doesn't solve the problem for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants