Skip to content

Commit c6d9c10

Browse files
committed
Merge branch 'main' of github.com:torchpipe/torchpipe.github.io into main
2 parents 0cf55eb + 6a1e80c commit c6d9c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n/zh/docusaurus-plugin-content-docs/current/quick_start_new_user.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ next = "cpu_posprocess"
246246
# 但归一化这一步目前已经融合在模型处理([resnet50]这个节点)中,因此在本节点中后处理过程完成后处理过程完成后输出的结果是与无归一化的后处理结果一致。
247247
# 每个节点完成后需要接上下一个节点的名称,否则默认最后一个节点
248248
#
249-
[cpu_posdecoder]
249+
[cpu_posprocess]
250250
backend = "Torch[Sequential[ResizeMat,cvtColorMat, Mat2Tensor]]" # 需要处理背景线程cuda流同步问题可用Torch, 否则可用Sequential;Torch确保初始化和前向在同一个线程时,能准确处理多个backend的同步时机
251251

252252
### resize 操作的参数

0 commit comments

Comments
 (0)