已合并
docs: 【直播作业】填写 YOLOv13 最优多流配置(#516) #4429
Wjieee创建于 3 天前
docs: 【直播作业】填写 YOLOv13 最优多流配置(#516) #4429
已合并
共 2 个文件变更+2-2
| @@ -249,7 +249,7 @@ ATC 通过 `--multi_stream_parallel_mode=<模式>` 接收多流策略,并将 | |||
| 249 | 请在 CANN 社区版 9.2.0 环境中测试不同的多流并行模式,找到本样例在指定环境和测试条件下的最优参数,并填写以下结论后提交 PR: | 249 | 请在 CANN 社区版 9.2.0 环境中测试不同的多流并行模式,找到本样例在指定环境和测试条件下的最优参数,并填写以下结论后提交 PR: |
| 250 | 250 | ||
| 251 | ```text | 251 | ```text |
| 252 | ---multi_stream_parallel_mode=<待填写> | 252 | +--multi_stream_parallel_mode=LoadBalance:55 |
| 253 | ``` | 253 | ``` |
| 254 | 254 | ||
| 255 | 例如,使用 `cv` 模式时,先编译对应的 OM: | 255 | 例如,使用 `cv` 模式时,先编译对应的 OM: |
| @@ -245,7 +245,7 @@ If `--multi_stream_parallel_mode` is omitted, automatic multi-stream parallelism | |||
| 245 | In 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: | 245 | In 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 | ```text | 247 | ```text |
| 248 | ---multi_stream_parallel_mode=<to-be-determined> | 248 | +--multi_stream_parallel_mode=LoadBalance:55 |
| 249 | ``` | 249 | ``` |
| 250 | 250 | ||
| 251 | For example, to use `cv` mode, first compile the corresponding OM: | 251 | For example, to use `cv` mode, first compile the corresponding OM: |