Browse Source

Update README.md

tags/v0.10
Haiping GitHub 6 years ago
parent
commit
1b315a2e75
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README.md

+ 2
- 1
README.md View File

@@ -26,9 +26,10 @@ In comparison to other projects, like for instance TensorFlowSharp which only pr

### How to use

Install TF.NET through NuGet.
Install TF.NET and TensorFlow binary through NuGet.
```sh
PM> Install-Package TensorFlow.NET
PM> Install-Package SciSharp.TensorFlow.Redist
```

Import TF.NET.


Loading…
Cancel
Save