已合并
docs: 【直播作业】填写 YOLOv13 最优多流配置(#516) #4429
Wjieee创建于 3 天前
docs: 【直播作业】填写 YOLOv13 最优多流配置(#516) #4429
已合并
Wjieee创建于 3 天前
2 个文件变更+2-2
Mexamples/acl/5_sample_yolov13/README.md+1-1
@@ -249,7 +249,7 @@ ATC 通过 `--multi_stream_parallel_mode=<模式>` 接收多流策略,并将
249请在 CANN 社区版 9.2.0 环境中测试不同的多流并行模式,找到本样例在指定环境和测试条件下的最优参数,并填写以下结论后提交 PR:249请在 CANN 社区版 9.2.0 环境中测试不同的多流并行模式,找到本样例在指定环境和测试条件下的最优参数,并填写以下结论后提交 PR:
250 250 
251```text251```text
252---multi_stream_parallel_mode=<待填写>252+--multi_stream_parallel_mode=LoadBalance:55
253```253```
254 254 
255例如,使用 `cv` 模式时,先编译对应的 OM:255例如,使用 `cv` 模式时,先编译对应的 OM:
Mexamples/acl/5_sample_yolov13/README_en.md+1-1
@@ -245,7 +245,7 @@ If `--multi_stream_parallel_mode` is omitted, automatic multi-stream parallelism
245In CANN Community Edition 9.2.0, test different multi-stream parallel modes, determine the optimal value for this sample under the specified environment and test conditions, and submit a PR with the following result:245In CANN Community Edition 9.2.0, test different multi-stream parallel modes, determine the optimal value for this sample under the specified environment and test conditions, and submit a PR with the following result:
246 246 
247```text247```text
248---multi_stream_parallel_mode=<to-be-determined>248+--multi_stream_parallel_mode=LoadBalance:55
249```249```
250 250 
251For example, to use `cv` mode, first compile the corresponding OM:251For example, to use `cv` mode, first compile the corresponding OM: