Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 452: Added the assertion for consistency check and evaluation frequency check #788

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

harneet862
Copy link

For this PR, I added two assertions to validate the timing and evaluation consistency at the end of the training loop:

  1. Duration consistency check: The total duration of training (submission time + logging time + evaluation time) is asserted to match the final evaluation result's total_duration, with a tolerance of 10 seconds.

  2. Evaluation frequency check: Ensures the number of evaluations does not exceed the allowed evaluations based on the accumulated submission time and the workload's evaluation period.

…of eva is aligned with expectations with real wall_clock_time
@harneet862 harneet862 requested a review from a team as a code owner September 13, 2024 11:27
Copy link

github-actions bot commented Sep 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant