|
|
@@ -2,14 +2,22 @@ |
|
|
|
TensorFlow.NET provides .NET Standard binding for [TensorFlow](https://www.tensorflow.org/). |
|
|
|
|
|
|
|
[](https://gitter.im/sci-sharp/community) |
|
|
|
 |
|
|
|
[](https://ci.appveyor.com/project/Haiping-Chen/tensorflow-net) |
|
|
|
[](https://codecov.io/gh/SciSharp/NumSharp) |
|
|
|
[](https://www.nuget.org/packages/TensorFlow.NET) |
|
|
|
|
|
|
|
TensorFlow.NET is a member project of [SciSharp](https://github.com/SciSharp) stack. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
### How to use |
|
|
|
Download the pre-compiled dll [here](tensorflowlib) and place it in the bin folder. |
|
|
|
Download the pre-compiled dll [here](tensorflow.so) and place it in the working folder. |
|
|
|
This is only need for Linux and Mac OS, and already packed for Windows. |
|
|
|
|
|
|
|
Install TensorFlow.NET through NuGet. |
|
|
|
```sh |
|
|
|
PM> Install-Package TensorFlow.NET |
|
|
|
``` |
|
|
|
|
|
|
|
Import tensorflow.net. |
|
|
|
```cs |
|
|
|