LTP
LTP
Reinstalling VC_redist64 doesn't solve the problem for me
Hi all, I faced the same problem when implementing the custom loss function. It's very confusing when the two loss functions below, one works, and the other one threw the...
Hi @AsakusaRinne, I followed your instructions and got the Call Stack below. ``` Tensorflow.Binding.dll!Tensorflow.Binding.GetDataType(object data) Line 513 C# Tensorflow.Binding.dll!Tensorflow.ops.convert_to_tensor(object value, Tensorflow.TF_DataType dtype, string name, bool as_ref, Tensorflow.TF_DataType preferred_dtype, Tensorflow.Contexts.Context ctx)...
Hi @AdrienDeverin, I just put the exact example from the TensorFlow.NET GitHub page to try out and face this problem. I attached the code again here for easy reference, and...
Thanks for your prompt response. I've tried to put a full path folder, but the problem remains. This is what is shown in the output log: ``` Exception thrown: 'System.InvalidOperationException'...
Hi @AdrienDeverin and @AsakusaRinne, thank you both for your help. Let me explain what exactly happened: I have 2 computers, A and B. I started trying the example code on...
Hi all, thank you for your support. I've tried again with a fresh project on computer B based on .NET 8.0 in a local folder and it works perfectly now....
I was figuring out a solution to make **.NET Framework-based** app work, but not sure if this is a bug or anything. Let me detail the process so that someone...