We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7293c32 commit 463b75dCopy full SHA for 463b75d
README.md
@@ -50,10 +50,10 @@ PM> Install-Package TensorFlow.Keras
50
51
### Install tensorflow binary
52
### For CPU version
53
-PM> Install-Package SciSharp.TensorFlow.Redist
+PM> Install-Package SciSharp.TensorFlow.Redist -Version 2.3.1
54
55
### For GPU version (CUDA and cuDNN are required)
56
-PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU
+PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU -Version 2.3.1
57
```
58
59
Import TF.NET and Keras API in your project.
0 commit comments