Skip to content

Commit a128619

Browse files
committed
修正english文档dag图显示错误
1 parent ac1e16e commit a128619

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/Inter-node/next.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Similar to `Sequential`, the root node defaults to [filter](../Intra-node/Sequen
3636
The original input `dict` data enters the `decode` node, and its `result` key value is written into the result.
3737
When the `swap` filter of the resize node is executed, the result is swapped into the `data` key value. Then, this `dict` enters the resize node and is written into the `result` key value in the resize node's backend.
3838
:::
39-
```
39+
4040
## Multiple Branches
4141

4242
If a node has multiple subsequent nodes, they can be separated by commas in the `next` field.

docs/Intra-node/model_parallel.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: model_parallel
3-
title: ResNet18 Acceleration
3+
title: Parallel Inference of ResNet18
44

55
type: explainer
66
---
@@ -10,7 +10,7 @@ import Tabs from '@theme/Tabs';
1010
import TabItem from '@theme/TabItem';
1111

1212

13-
# ResNet18 Acceleration
13+
# Parallel Inference of ResNet18
1414

1515

1616

i18n/zh/docusaurus-plugin-content-docs/current/Intra-node/model_parallel.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: model_parallel
3-
title: resnet18 计算加速
3+
title: resnet18 并行推理
44
type: explainer
55
---
66

@@ -9,7 +9,6 @@ import Tabs from '@theme/Tabs';
99
import TabItem from '@theme/TabItem';
1010

1111

12-
# resnet18 计算加速
1312

1413

1514

0 commit comments

Comments
 (0)