Browse Source

Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET

tags/keras_v0.3.0
Oceania2018 4 years ago
parent
commit
b71bfe37a2
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 ### Install tensorflow binary
### For CPU version ### 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) ### 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. Import TF.NET and Keras API in your project.


Loading…
Cancel
Save