Rate This Document
Findability
Accuracy
Completeness
Readability

Failed to Obtain the Measurement Metrics When Opening the Test Result File

Symptom

When the test result file is opened, the system displays a message indicating that the measurement metrics of the file cannot be obtained. The details are as follows:

Failed to obtain stable measurement within10 measurement windows for concurrency 20.Please try to increase the- -measurement-interval.
Failed to obtain stable measurement

Key Process and Cause Analysis

None

Conclusion and Solution

  1. Go to the directory where ModelZoo is stored.
    1
    cd /path/to/modelzoo
    
  2. Open the inference_throughput_test.py test file.
    1
    vi inference_throughput_test.py
    
  3. Press i to enter the insert mode and adjust the settings of concurrency and batch in lines 210 and 211. In concurrency, the three numbers in each group indicate the start concurrent requests, final concurrent requests, and steps in sequence.

  4. Press Esc, type :wq!, and press Enter to save the file and exit.