migueldeicaza / TensorFlowSharp

TensorFlow API for .NET languages
MIT License
3.14k stars 578 forks source link

TensorFlowSharp 1.12 for Unity. #387

Open Sreee47 opened 5 years ago

Sreee47 commented 5 years ago

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. Is there any Tensorflowsharp package with the latest tensorflow support. Please can you provide the link for the same.

Thanks Sreeraj

oferbentovim commented 5 years ago

me too :)

stathari commented 5 years ago

Can anyone update information on the availability of Tensorflowsharp 1.12.0

Keyang commented 5 years ago

TF 1.12 works for me. Just replace libtensorflow.dll with that from tf 1.12

Robin2091 commented 4 years ago

@Keyang Hi, How did you integrate TensorFlowSharp with Unity. I get an error saying that TensorFlow namespace could not be found. Do I have to import the .dll file into assets?