Closed yangkai2002 closed 3 weeks ago
Hi @yangkai2002 That's an expected error as for SCC24 we are forcefully shortening the runtime. You are able to make a submission right?
Hi @yangkai2002 That's an expected error as for SCC24 we are forcefully shortening the runtime. You are able to make a submission right?
Yes, thanks.
Hi, we found this error when running commands in branch mlperf-inference:
First I ran a result of scc24-base dataset (no error occurred during this run):
Then try to generate a submission tree by:
Then I found this error and the :
After looking into
mlperf_log_detail.txt
and the scripts, I found thateffective_min_duration_ms
is always 0, so it cannot meet the hard-coded expected value of 600000.But in file
mlperf_log_summary.txt
I found this:Do you know how I can solve this problem?