SciSharp / SciSharp-Stack-Examples

Practical examples written in SciSharp's machine learning libraries
http://scisharpstack.org
Apache License 2.0
313 stars 100 forks source link

TensorFlow.Binding #11

Closed SkyQuant closed 4 years ago

SkyQuant commented 4 years ago

image

How to solve this reference?

SkyQuant commented 4 years ago

And also how to setup and bind TensorFlow 2.0/2.1? There is v1.15 only in NuGet repository.

javageek68 commented 4 years ago

I'm running into the same issue. I downloaded the project and followed the instructions to run it. The TensorFlowNET.Examples project seems to reference the TensorFlow.Binding project which does not appear to exist.

Oceania2018 commented 4 years ago

Please clone this project as well: https://github.com/SciSharp/TensorFlow.NET

javageek68 commented 4 years ago

That's cool. I am able to run it now. Are all of the examples supposed to work? #1 Hello World ran fine. But, all the rest seemed to error out. Most of them were null exceptions.

Oceania2018 commented 4 years ago

@javageek68 master branch is WIP based on tensorflow 2. Please use this branch https://github.com/SciSharp/SciSharp-Stack-Examples/tree/tf.net-1.15 for production.

javageek68 commented 4 years ago

Thanks! That works much better. The work you guys did is really incredible!