File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
i18n/en/docusaurus-plugin-content-docs/current/common/ai Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,13 @@ modelscope download --model radxa/resnet50_qairt --local ./resnet50_qairt
4242执行模型推理
4343
4444<NewCodeBlock tip = " Device" type = " device" >
45- ``` bash cd resnet50_qairt/$PRODUCT_SOC chmod +x qnn-net-run ./qnn-net-run
46- --backend ./libQnnHtp.so --retrieve_context
47- ./resnet50_aimet_quantized_$PRODUCT_SOC .bin --input_list ./test_list.txt
48- --output_dir output_bin ` ` `
45+
46+ ``` bash
47+ cd resnet50_qairt/$PRODUCT_SOC
48+ chmod +x qnn-net-run
49+ ./qnn-net-run --backend ./libQnnHtp.so --retrieve_context ./resnet50_aimet_quantized_$PRODUCT_SOC .bin --input_list ./test_list.txt --output_dir output_bin
50+ ```
51+
4952</NewCodeBlock >
5053
5154## 验证示例
Original file line number Diff line number Diff line change @@ -41,10 +41,13 @@ Please import environment variables according to your SoC:
4141Execute model inference:
4242
4343<NewCodeBlock tip = " Device" type = " device" >
44- ``` bash cd resnet50_qairt/$PRODUCT_SOC chmod +x qnn-net-run ./qnn-net-run
45- --backend ./libQnnHtp.so --retrieve_context
46- ./resnet50_aimet_quantized_$PRODUCT_SOC .bin --input_list ./test_list.txt
47- --output_dir output_bin ` ` `
44+
45+ ``` bash
46+ cd resnet50_qairt/$PRODUCT_SOC
47+ chmod +x qnn-net-run
48+ ./qnn-net-run --backend ./libQnnHtp.so --retrieve_context ./resnet50_aimet_quantized_$PRODUCT_SOC .bin --input_list ./test_list.txt --output_dir output_bin
49+ ```
50+
4851</NewCodeBlock >
4952
5053## Verify Example
You can’t perform that action at this time.
0 commit comments