Skip to content

Commit 27004c4

Browse files
committed
[doc] Add versioning rule
1 parent 7ef6ff9 commit 27004c4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/essentials/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ dotnet add package SciSharp.TensorFlow.Redist-Windows-GPU
4545

4646
```
4747

48+
> ...noted that the version digits of the binary (SciSharp.TensorFlow.Redist\*) is the same as that of Google's TensorFlow.
49+
>
4850
> ...if GPU package is chosen, **make very sure** that if the versions of TensorFlow (i.e. `tf native`) and CUDA are compatible:
4951
>
50-
> | TF.NET \ TensorFlow | tf native1.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+
> | 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 |
5153
> | ------------------------- | :----------------------: | :-----------------------: | :----------------------: | :--------------------: |
5254
> | tf.net 0.3x, tf.keras 0.2 | | | x | not compatible |
5355
> | tf.net 0.2x | | x | x | |

docs/zh-cn/essentials/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ dotnet add package SciSharp.TensorFlow.Redist
4444
dotnet add package SciSharp.TensorFlow.Redist-Windows-GPU
4545
```
4646

47+
> ……binary (SciSharp.TensorFlow.Redist\*) 的版本号跟 Google 的 TensorFlow 是一致的。
48+
>
4749
> ……如果选了 GPU 依赖, **必须**确认 TensorFlow (i.e. `tf native`) 和 CUDA 的版本是能够兼容的:
4850
>
49-
> | TF.NET \ TensorFlow | tf native1.14, cuda 10.0 | tf native 1.15, cuda 10.0 | tf native 2.3, cuda 10.1 | tf native 2.4, cuda 11 |
51+
> | 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 |
5052
> | ------------------------- | :----------------------: | :-----------------------: | :----------------------: | :--------------------: |
5153
> | tf.net 0.3x, tf.keras 0.2 | | | x | not compatible |
5254
> | tf.net 0.2x | | x | x | |

0 commit comments

Comments
 (0)