Skip to content

Commit 45b2b06

Browse files
committed
[version] Update tf package version
1 parent 67b40e7 commit 45b2b06

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

docs/essentials/installation.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff 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 -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

docs/zh-cn/essentials/installation.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff 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 -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,22 +38,23 @@ dotnet add package TensorFlow.Keras
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
> ……binary (SciSharp.TensorFlow.Redist\*) 的版本号跟 Google 的 TensorFlow 是一致的。
4848
>
4949
> ……如果选了 GPU 依赖, **必须**确认 TensorFlow (i.e. `tf native`) 和 CUDA 的版本是能够兼容的:
5050
>
5151
> | 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 |
52-
> | ------------------------- | :----------------------: | :-----------------------: | :----------------------: | :--------------------: |
53-
> | tf.net 0.3x, tf.keras 0.2 | | | x | not compatible |
54-
> | tf.net 0.2x | | x | x | |
55-
> | tf.net 0.15 | x | x | | |
56-
> | tf.net 0.14 | x | | | |
52+
> | ------------------------- | :-----------------------: | :-----------------------: | :----------------------: | :--------------------: |
53+
> | tf.net 0.4x, tf.keras 0.5 | | | | x |
54+
> | tf.net 0.3x, tf.keras 0.2 | | | x | |
55+
> | tf.net 0.2x | | x | x | |
56+
> | tf.net 0.15 | x | x | | |
57+
> | tf.net 0.14 | x | | | |
5758
5859
## 疑难杂症
5960

0 commit comments

Comments
 (0)