-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[export] Log module hierarchy. #121970
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
[export] Log module hierarchy. #121970
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/121970
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit d2d5937 with merge base 11b36e1 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D54921097 |
c0f6bcd
to
74315cc
Compare
This pull request was exported from Phabricator. Differential Revision: D54921097 |
74315cc
to
bcab1f4
Compare
This pull request was exported from Phabricator. Differential Revision: D54921097 |
bcab1f4
to
183b063
Compare
This pull request was exported from Phabricator. Differential Revision: D54921097 |
torch/export/_trace.py
Outdated
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.
nit can be a dict comprehension
183b063
to
668f5bd
Compare
This pull request was exported from Phabricator. Differential Revision: D54921097 |
668f5bd
to
05198e5
Compare
This pull request was exported from Phabricator. Differential Revision: D54921097 |
05198e5
to
faf814f
Compare
This pull request was exported from Phabricator. Differential Revision: D54921097 |
faf814f
to
1bfc9ea
Compare
This pull request was exported from Phabricator. Differential Revision: D54921097 |
Summary: We can also log the module hierarchy in the following format: ``` :ToplevelModule sparse:SparshArch dense:DenseArch ``` So that we can have more information recorded about model's identity. Test Plan: CI Differential Revision: D54921097
1bfc9ea
to
d2d5937
Compare
This pull request was exported from Phabricator. Differential Revision: D54921097 |
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
Merge failedReason: This PR needs a If not, please add the To add a label, you can comment to pytorchbot, for example For more information, see Details for Dev Infra teamRaised by workflow job |
@zhxchen17, @angelayi , could you please add relevant label and re-merge? |
@pytorchbot merge |
Merge failedReason: [Errno 104] Connection reset by peer Details for Dev Infra teamRaised by workflow job |
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 mandatory check(s) failed. The first few are: Dig deeper by viewing the failures on hud |
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 1 checks: pull / linux-jammy-py3.8-gcc11 / build Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary: We can also log the module hierarchy in the following format: ``` :ToplevelModule sparse:SparshArch dense:DenseArch ``` So that we can have more information recorded about model's identity. Test Plan: CI Differential Revision: D54921097 Pull Request resolved: #121970 Approved by: https://github.com/angelayi
Summary:
We can also log the module hierarchy in the following format:
So that we can have more information recorded about model's identity.
Test Plan: CI
Differential Revision: D54921097