-
Notifications
You must be signed in to change notification settings - Fork 295
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 pplbench beanmachine model #869
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.
Please fix the gen_inputs()
function to comply with the interface.
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.
LGTM
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.
LGTM. Thanks!
@agunapal has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@agunapal has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
…ze is not adjustable
e783c86
to
41b18a7
Compare
@agunapal has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
@agunapal has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Code for integrating beanchmachine pplbench with torchbench
Outputs:
python run.py pplbench_beanmachine -d cpu -t eval
Running eval method from pplbench_beanmachine on cpu in eager mode.
CPU Total Wall Time: 98.262 milliseconds
python run.py pplbench_beanmachine -d cpu -t train
Running train method from pplbench_beanmachine on cpu in eager mode.
CPU Total Wall Time: 16629.886 milliseconds