打开测试结果文件提示无法获得文档的测量值的解决办法
问题现象描述
打开测试结果文件提示无法获得文档的测量值,详细信息如下所示。
Failed to obtain stable measurement within10 measurement windows for concurrency 20.Please try to increase the- -measurement-interval. Failed to obtain stable measurement
关键过程、根本原因分析
无
结论、解决方案及效果
- 进入ModelZoo所在路径。
1
cd path/to/modelzoo
- 打开测试文件“inference_throughput_test.py”。
1
vi inference_throughput_test.py
- 按“i”进入编辑模式,调整第210,211行关于并发数(concurrency)和batch size(batch)大小的设置。concurrency中一组三个数字按顺序分别表示起始并发数,最终并发数和步长。
- 按“Esc”键,输入:wq!,按“Enter”保存并退出编辑。
父主题: 故障排除