-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Adding aggregated logs for training run #411
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
base: main
Are you sure you want to change the base?
Adding aggregated logs for training run #411
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking mostly good to me! Please take a review at my comments, and once done I'll try it out on my local machine.
c2308f1
to
781bd7f
Compare
86bf01e
to
7eaa58a
Compare
Thanks @MayankChaturvedi I tried this out, and I think maybe the pipe symbol is quite jarring on the eyes trying to scan the line quickly. Maybe a
Let's also get @Cadene's input |
Hello @MayankChaturvedi , |
What this does
This change adds four aggregated profiling metrics in training logs- average policy update time, max policy update time, average data loading time, and max data loading time.
The comments of issue describe the thought process behind the metrics.
Examples:
How it was tested
Ran the training script
How to checkout & try? (for the reviewer)
Reviewers can run the above command to validate the output