Browse Source

Specify redist version to 2.3.1 for now

pull/704/head
Banyc 5 years ago
parent
commit
0f1c78d82d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -50,10 +50,10 @@ PM> Install-Package TensorFlow.Keras

### Install tensorflow binary
### For CPU version
PM> Install-Package SciSharp.TensorFlow.Redist
PM> Install-Package SciSharp.TensorFlow.Redist -Version 2.3.1

### For GPU version (CUDA and cuDNN are required)
PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU
PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU -Version 2.3.1
```

Import TF.NET and Keras API in your project.


Loading…
Cancel
Save