-
Notifications
You must be signed in to change notification settings - Fork 27
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
add extract gpt result script #142
base: master
Are you sure you want to change the base?
Conversation
from extract_util import extract_result | ||
|
||
|
||
parser = argparse.ArgumentParser(description="flags for BERT benchmark") |
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.
BERT -> GPT
Training... | ||
| step | micro_batches | samples | throughput | latency | loss | | ||
| -------- | --------------- | --------------- | ---------- | ---------- | ---------- | | ||
| 1 | 1 | 32 | 3.65895 | 8.74569 | 11.27187 | |
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.
every step?
def compute_throughput(result_dict, args): | ||
throughput = 0 | ||
latency = 0 | ||
for i in range(args.start_iter,args.end_iter): |
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.
every step?
Filtered Result
median value