You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the inconvenience.
It seems that the output report of the stages are mixed. The reason is that each stage is run with a separate Thread, and when they try to print simultaneously, this problem happens. One possible solution is to use std::cerr instead of the std::cout for reporting the output reports. The source file is examples/graph_alexnet_all_pipe_sync.cpp. At the end of do_run_1, do_run_2, and do_run_3 the std::cout could be replaced with std::cerr.
We didn't have a solution, we couldn't process the inference times for this data, and we couldn't average the other measurements with other data because our data processing scripts were relying on the order of items being consistent, which it wasn't, we didn't have time to change this so we just settled on not including the inference times on those tests.
demonstration:

Steps to reproduce:
Happens on frequencies of 1 GHz and higher. Once it didn't occur on 1.2 GHz, but it is generally very consistent in occurring.
Consistently reproducible on our system.
Hardware is plugged directly into power with the supplied Anker PowerPort+ 1 power supply.
Significance of the issue:
The text was updated successfully, but these errors were encountered: