@@ -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 -Version 2.3.1
19+ PM> Install-Package SciSharp.TensorFlow.Redist
2020
2121# ## For GPU version (CUDA and cuDNN are required)
22- PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU -Version 2.3.1
22+ PM> Install-Package SciSharp.TensorFlow.Redist-Windows-GPU
2323```
2424
2525## dotnet CLI
@@ -38,10 +38,10 @@ Install TensorFlow binary (**essential**). Choose one of the following:
3838``` bash
3939# ## Install tensorflow binary
4040# ## For CPU version
41- dotnet add package SciSharp.TensorFlow.Redist -v 2.3.1
41+ dotnet add package SciSharp.TensorFlow.Redist
4242
4343# ## For GPU version (CUDA and cuDNN are required)
44- dotnet add package SciSharp.TensorFlow.Redist-Windows-GPU -v 2.3.1
44+ dotnet add package SciSharp.TensorFlow.Redist-Windows-GPU
4545
4646```
4747
@@ -50,11 +50,12 @@ dotnet add package SciSharp.TensorFlow.Redist-Windows-GPU -v 2.3.1
5050> ...if GPU package is chosen, ** make very sure** that if the versions of TensorFlow (i.e. ` tf native ` ) and CUDA are compatible:
5151>
5252> | TF.NET \ TensorFlow | tf native 1.14, cuda 10.0 | tf native 1.15, cuda 10.0 | tf native 2.3, cuda 10.1 | tf native 2.4, cuda 11 |
53- > | ------------------------- | :----------------------: | :-----------------------: | :----------------------: | :--------------------: |
54- > | tf.net 0.3x, tf.keras 0.2 | | | x | not compatible |
55- > | tf.net 0.2x | | x | x | |
56- > | tf.net 0.15 | x | x | | |
57- > | tf.net 0.14 | x | | | |
53+ > | ------------------------- | :-----------------------: | :-----------------------: | :----------------------: | :--------------------: |
54+ > | tf.net 0.4x, tf.keras 0.5 | | | | x |
55+ > | tf.net 0.3x, tf.keras 0.2 | | | x | |
56+ > | tf.net 0.2x | | x | x | |
57+ > | tf.net 0.15 | x | x | | |
58+ > | tf.net 0.14 | x | | | |
5859
5960## Troubleshooting
6061
0 commit comments