mlcommons / training

Reference implementations of MLPerf™ training benchmarks
https://mlcommons.org/en/groups/training
Apache License 2.0
1.57k stars 549 forks source link

Fix the starting number for the arg "start-epoch" #554

Closed yaqiangsun closed 2 years ago

yaqiangsun commented 2 years ago

Change "start-epoch" from 0 to 1, to fit the rcp_checker in the logging repo.

if the epoch start from 0, the epoch will run 4 times but the counter will just be 0 to 3, which can not pass the rcp_checker for num 4.

github-actions[bot] commented 2 years ago

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

yaqiangsun commented 2 years ago

recheck