Skip to content

Commit 714cc46

Browse files
committed
[doc] Add new tip
1 parent b20bf3a commit 714cc46

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/essentials/tips.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ np.matmul();
1717
```
1818

1919
## Use `np` if saving/loading `Tensor`
20+
21+
## Use the latest TF.NET version
22+
23+
Since TF.NET version correlates that of native TensorFlow, which in turn links to the version of CUDA, it is inconvenient. Though, it is a mission impossible for the small team to maintain all the TF.NET versions. Please use the latest package if possible.

docs/zh-cn/essentials/tips.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ np.matmul();
1717
```
1818

1919
## 保存/载入 `Tensor` 还是推荐用 `np`
20+
21+
## 尽量用最新版本的 TF.NET
22+
23+
TF.NET 的版本是跟 TensorFlow 的紧密相连的,并且会连代决定该用哪个版本的 CUDA。但是我们作为小团队很难同时维护所有的 TF.NET 版本,因此最好用最新版本。

0 commit comments

Comments
 (0)