File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
i18n/zh/docusaurus-plugin-content-docs/current Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
2424cd test
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: reference
1818
1919对于复杂的修改,请考虑进行测试:
2020
21- - 准备运行环境,请参考[ torchpipe的安装] ( torchpipe.github.io/docs /installation)
21+ - 准备运行环境,请参考[ torchpipe的安装] ( .. /installation)
2222- 运行已有测试:
2323``` bash
2424cd test
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments