Closed Arman5592 closed 2 weeks ago
Hi @Arman5592 you can do this by switching to test
mode as follows.
--execution_mode=test --test_query_count=100
In execution_mode=valid
, loadgen
determines the number of samples from the provided target_qps
.
Thank you very much @arjunsuresh .
Is there any way of reducing the runtime of the server scenario for a given qps, by running it shorter?
(This is not for an official submission / research manuscript, but a quick comparison of two private machines)
Hi @Arman5592 yes, you can use "--execution_mode=test --test_query_count=100 --server_target_qps=8 --env.CM_MLPERF_MAX_DURATION_TEST=100" if we want to run for 100 seconds. Test query count is redundant here - we will try to remove it soon.
Thank you very much for your help!
Hello, I hope you are doing well.
I intend to run resnet50 in the server scenario (datacenter) using the script in the docs:
I also add
--samples=<some number>
to limit the number of samples, to speed up the run - but this has no evident effect.Is there a way to limit the number of samples when running with cm?
Thanks!