-
Notifications
You must be signed in to change notification settings - Fork 412
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 weights to model outputs #4302
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/4302
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 5316987 with merge base 34c3c3d (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D59929421 |
This pull request was exported from Phabricator. Differential Revision: D59929421 |
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Differential Revision: D59929421
f9a158d
to
3196c60
Compare
This pull request was exported from Phabricator. Differential Revision: D59929421 |
3196c60
to
167bf0d
Compare
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Differential Revision: D59929421
This pull request was exported from Phabricator. Differential Revision: D59929421 |
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Differential Revision: D59929421
167bf0d
to
c39dec1
Compare
This pull request was exported from Phabricator. Differential Revision: D59929421 |
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Reviewed By: tarun292 Differential Revision: D59929421
c39dec1
to
02b6b5b
Compare
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Reviewed By: tarun292 Differential Revision: D59929421
02b6b5b
to
7bd5bf2
Compare
This pull request was exported from Phabricator. Differential Revision: D59929421 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D59929421 |
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Reviewed By: tarun292 Differential Revision: D59929421
7bd5bf2
to
a14024d
Compare
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Reviewed By: tarun292 Differential Revision: D59929421
a14024d
to
a71eb86
Compare
This pull request was exported from Phabricator. Differential Revision: D59929421 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D59929421 |
a71eb86
to
9a8b3b4
Compare
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Reviewed By: tarun292 Differential Revision: D59929421
This pull request was exported from Phabricator. Differential Revision: D59929421 |
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Reviewed By: tarun292 Differential Revision: D59929421
9a8b3b4
to
4517e87
Compare
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Reviewed By: tarun292 Differential Revision: D59929421
4517e87
to
e3e419d
Compare
This pull request was exported from Phabricator. Differential Revision: D59929421 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D59929421 |
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Reviewed By: tarun292 Differential Revision: D59929421
e3e419d
to
c587439
Compare
This pull request was exported from Phabricator. Differential Revision: D59929421 |
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Reviewed By: tarun292 Differential Revision: D59929421
c587439
to
880745a
Compare
This pull request was exported from Phabricator. Differential Revision: D59929421 |
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Reviewed By: tarun292 Differential Revision: D59929421
880745a
to
5480246
Compare
This pull request was exported from Phabricator. Differential Revision: D59929421 |
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Reviewed By: tarun292 Differential Revision: D59929421
5480246
to
e9c8218
Compare
Summary: Pull Request resolved: pytorch#4302 Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info Reviewed By: tarun292 Differential Revision: D59929421
This pull request was exported from Phabricator. Differential Revision: D59929421 |
e9c8218
to
5316987
Compare
This pull request has been merged in 301a017. |
Summary: Added a pass that flags weights with associated gradients and adds them to the models outputs. Updated the emitter to handle that something could be both a 'constant' and have an allocation_info
Differential Revision: D59929421