-
public TensorFlowBackend()
{
this.tf = new TFGraph();
This new just dies if I try to target TFSharp 1.7. Are there some logs I can look at?
Thanks
-
Possible ways to run NN execution in c#
* TensorFlowSharp.NET https://github.com/migueldeicaza/TensorFlowSharp.NET
* Issues: required Framework 4.6.1
* NNSharp https://github.com/adamtiger/NNSha…
-
I would like to run TensorflowSharp on GPU .I have TensorFlowSharp version version 1.15.1 it run's on cpu but i want to run on gpu please tell me know the step to run on gpu
-
Is there a forum or community for asking questions re Tensorflowsharp?
I like StackOverflow, but does that get enough attention from Tensorflowsharp users?
-
@cesarsouza Great work starting keras-sharp. I will have a more in depth look at the code as soon as time permits and start contributing.
You have already mentioned a lot of todos and a plan of ac…
-
Hello Miguel
Im using Unity3D TensorflowSharp plugin but unfortunately it hasn't been updated since last year and I cant run it on iOS,it has errors and it wont run with models trained with newer v…
-
I am trying to use TensorflowSharp with Unity ML Agents to produce a UWP build. However I am getting an error where it is unable to load libtensorflow.dll. Do you have a working sample using .NET Stan…
-
I am trying to download the tensorflowsharp plugin,but it doesnt download via the link
-
Hi,
I am trying to run a graph model created over tensorflow 1.12 for image classification. But I guess I am not able to do because the ml-agent tensorflowsharp unity package I have supports 1.7. …
-
I can load python-built models or build models myself but is there currently a good way of saving the whole graph that I do not know of?
Right now i am loading a pretrained model, run the init operat…