-
I am using unity object detection of your project ,and use ssd-mobilenet-v1 to train my files.
to detect corn,potato,change the pd files to .bytes,and edit the labels file according to your CatalogUt…
-
First off, thank you for this. I'm very glad to be able to work in C#.
My problem is with initial setup. I downloaded TensorFlowSharp directly into my project via Nuget. But it doesn't compile, bec…
-
**Describe the bug**
The current implementation of the Dipose/Finalization pattern for TFDisposable based classes can lead to memory access violations when compiling with 'Optimize Code'. The garbage…
-
Добрый день! Установила DeepMorphy и TensorFlowSharp через NuGet, пытаюсь запустить программу, всего одну строку для теста - получаю данное исключение - System.DllNotFoundException: "Unable to load DL…
-
I have most of the scripts done to support two different DLLs even on .NET Core and .NET Framework - duplicating every entry point.
Should I deliver the GPU libraries as a separate package? Or sh…
-
@migueldeicaza Is there a hard dependency anywhere in the code for NET 4.6.1 which is required by SystemValue tuple 4.4.0? Could we back level System.ValueTuple to 4.3.1 without breaking anything? Try…
ghost updated
5 years ago
-
When using the GPU version of libtensorflow.dll, I always got "Cannot load library ..." error but I couldn't see any missing dependencies in DependencyWalker. The CPU version works without problem.
…
-
hi, I trained a model in python (TF 1.6) as an Estimator using the following code as described [here](https://www.tensorflow.org/programmers_guide/saved_model#performing_the_export):
```
class…
-
**Describe the bug**
When I run the debugger with TensorflowSharp I get a Illegal instruction with
The program '[15664] tensorflowTest.exe' has exited with code -1073741795 (0xc000001d) 'Illegal …
-
Hello,
I have limited experience with Tensorflow but am working my way through the book "Machine Learning with Tensorflow".
I have got the code working in Jupyter notebook but then I found out a…