Skip to content

Commit 5ba6493

Browse files
author
zhangshiyang
committed
修正链接问题
1 parent 6b7063b commit 5ba6493

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/contribution_guide/modify_the_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: reference
1818

1919
对于复杂的修改,请考虑进行测试:
2020

21-
- 准备运行环境,请参考[torchpipe的安装](torchpipe.github.io/docs/installation)
21+
- 准备运行环境,请参考[torchpipe的安装](../installation.mdx)
2222
- 运行已有测试:
2323
```bash
2424
cd test

docs/tools/training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ wrap_val_loader.reset()
156156

157157
这个方案适合项目相对简单(比如只有1、2个模型),或者对torchpipe具有一定掌握,可以利用torchpipe实现复杂逻辑的同学
158158

159-
##### step 1: 将pytorch模型转换为onnx模型,这里可以参考文档:[pytorch模型转onnx](torchpipe.github.io/docs/faq/onnx?_highlight=onnx)
159+
##### step 1: 将pytorch模型转换为onnx模型,这里可以参考文档:[pytorch模型转onnx](../faq/onnx)
160160

161161
* 这一步需要注意的是:要不要将**减均值、除方差**放到模型中,这里做了,后面就不需要这个预处理了。
162162

i18n/zh/docusaurus-plugin-content-docs/current/contribution_guide/modify_the_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: reference
1818

1919
对于复杂的修改,请考虑进行测试:
2020

21-
- 准备运行环境,请参考[torchpipe的安装](torchpipe.github.io/docs/installation)
21+
- 准备运行环境,请参考[torchpipe的安装](../installation)
2222
- 运行已有测试:
2323
```bash
2424
cd test

i18n/zh/docusaurus-plugin-content-docs/current/tools/training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ wrap_val_loader.reset()
156156

157157
这个方案适合项目相对简单(比如只有1、2个模型),或者对torchpipe具有一定掌握,可以利用torchpipe实现复杂逻辑的同学
158158

159-
##### step 1: 将pytorch模型转换为onnx模型,这里可以参考文档:[pytorch模型转onnx](torchpipe.github.io/docs/faq/onnx?_highlight=onnx)
159+
##### step 1: 将pytorch模型转换为onnx模型,这里可以参考文档:[pytorch模型转onnx](../faq/onnx?_highlight=onnx)
160160

161161
* 这一步需要注意的是:要不要将**减均值、除方差**放到模型中,这里做了,后面就不需要这个预处理了。
162162

0 commit comments

Comments
 (0)