-
Notifications
You must be signed in to change notification settings - Fork 607
Improvements to gen_sample_etrecord #1073
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
Conversation
✅ Deploy Preview for resplendent-gnome-14e531 canceled.
|
This pull request was exported from Phabricator. Differential Revision: D50579104 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D50579104 |
Summary: Pull Request resolved: pytorch#1073 Various improvements to the gen_sample_etrecord script. - Enable users to generate an etrecord from any of the sample models - Output files to /tmp instead of the working directory, provide a CLI option for this - Clean up imports and add type hints Differential Revision: D50579104 fbshipit-source-id: 40ee8297dba3bbe6f0bada5e819863b08e77862d
d010e62
to
7fec943
Compare
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/1073
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 62e5a46 with merge base 251801e ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D50579104 |
Summary: Pull Request resolved: pytorch#1073 Various improvements to the gen_sample_etrecord script. - Enable users to generate an etrecord from any of the sample models - Output files to /tmp instead of the working directory, provide a CLI option for this - Clean up imports and add type hints Reviewed By: Jack-Khuu Differential Revision: D50579104 fbshipit-source-id: 5ac5ebe981d37aaa94835f9faf71a9f883f55f1e
7fec943
to
4c0066f
Compare
This pull request was exported from Phabricator. Differential Revision: D50579104 |
Summary: Pull Request resolved: pytorch#1073 Various improvements to the gen_sample_etrecord script. - Enable users to generate an etrecord from any of the sample models - Output files to /tmp instead of the working directory, provide a CLI option for this - Clean up imports and add type hints Reviewed By: Jack-Khuu Differential Revision: D50579104 fbshipit-source-id: a574a4723a0a2345336d61c1d7a62d669c2e3953
4c0066f
to
d434d90
Compare
This pull request was exported from Phabricator. Differential Revision: D50579104 |
Summary: Pull Request resolved: pytorch#1073 Various improvements to the gen_sample_etrecord script. - Enable users to generate an etrecord from any of the sample models - Output files to /tmp instead of the working directory, provide a CLI option for this - Clean up imports and add type hints Reviewed By: Jack-Khuu Differential Revision: D50579104 fbshipit-source-id: d04c2f9b81352cfb8bc3cbadc5e9c82cc9200643
d434d90
to
6b3ac30
Compare
Summary: This script is useful to generate a sample ETRecord from the example models provided in the repo. This should help users explore the features of the ETrecord without needing to first export a .pte model. Differential Revision: https://internalfb.com/D50521582 fbshipit-source-id: abf3702f1c4acc83844de7806b441b776927f01e
Summary: Pull Request resolved: pytorch#1073 Various improvements to the gen_sample_etrecord script. - Enable users to generate an etrecord from any of the sample models - Output files to /tmp instead of the working directory, provide a CLI option for this - Clean up imports and add type hints Reviewed By: Jack-Khuu Differential Revision: D50579104 fbshipit-source-id: 574f612b0c8a880ea96dda99431198c393d9bb2f
This pull request was exported from Phabricator. Differential Revision: D50579104 |
6b3ac30
to
62e5a46
Compare
This pull request has been merged in 7814dd7. |
Summary:
Various improvements to the gen_sample_etrecord script.
Differential Revision: D50579104