File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ Install TensorFlow binary (**essential**). Choose one of the following:
1616``` bash
1717# ## Install tensorflow binary
1818# ## For CPU version
19- PM> Install-Package SciSharp.TensorFlow.Redist
19+ PM> Install-Package SciSharp.TensorFlow.Redist -Version 2.3.1
2020
2121# ## For GPU version (CUDA and cuDNN are required)
22- PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU
22+ PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU -Version 2.3.1
2323```
2424
2525## dotnet CLI
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ PM> Install-Package TensorFlow.Keras
1616``` bash
1717# ## Install tensorflow binary
1818# ## For CPU version
19- PM> Install-Package SciSharp.TensorFlow.Redist
19+ PM> Install-Package SciSharp.TensorFlow.Redist -Version 2.3.1
2020
2121# ## For GPU version (CUDA and cuDNN are required)
22- PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU
22+ PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU -Version 2.3.1
2323```
2424
2525## dotnet CLI
You can’t perform that action at this time.
0 commit comments