-
Notifications
You must be signed in to change notification settings - Fork 583
Integrate the IntermediateOutputCapturer
into Inspector
#11384
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11384
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 59a673a with merge base aed9c7e ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D75828351 |
This PR needs a
|
f854902
to
8b681e0
Compare
) Summary: This Diff Integrate `IntermediateOutputCapturer` into the Inspector class by: 1.Extracting the Graph: Ensuring the forward graph module is extracted from the etrecord. 2.Running and Capturing Outputs: Using an IntermediateOutputCapturer to run the graph with example inputs and capture intermediate tensor values. 3.Storing Results: Saving the captured intermediate outputs in an instance attribute for further analysis. Reviewed By: Gasoonjia Differential Revision: D75828351
This pull request was exported from Phabricator. Differential Revision: D75828351 |
) Summary: Pull Request resolved: pytorch#11384 This Diff Integrate `IntermediateOutputCapturer` into the Inspector class by: 1.Extracting the Graph: Ensuring the forward graph module is extracted from the etrecord. 2.Running and Capturing Outputs: Using an IntermediateOutputCapturer to run the graph with example inputs and capture intermediate tensor values. 3.Storing Results: Saving the captured intermediate outputs in an instance attribute for further analysis. Reviewed By: Gasoonjia Differential Revision: D75828351
8b681e0
to
64c76af
Compare
) Summary: This Diff Integrate `IntermediateOutputCapturer` into the Inspector class by: 1.Extracting the Graph: Ensuring the forward graph module is extracted from the etrecord. 2.Running and Capturing Outputs: Using an IntermediateOutputCapturer to run the graph with example inputs and capture intermediate tensor values. 3.Storing Results: Saving the captured intermediate outputs in an instance attribute for further analysis. Reviewed By: Gasoonjia Differential Revision: D75828351
64c76af
to
cb324d5
Compare
) Summary: This Diff Integrate `IntermediateOutputCapturer` into the Inspector class by: 1.Extracting the Graph: Ensuring the forward graph module is extracted from the etrecord. 2.Running and Capturing Outputs: Using an IntermediateOutputCapturer to run the graph with example inputs and capture intermediate tensor values. 3.Storing Results: Saving the captured intermediate outputs in an instance attribute for further analysis. Reviewed By: Gasoonjia Differential Revision: D75828351
cb324d5
to
24515c3
Compare
) Summary: This Diff Integrate `IntermediateOutputCapturer` into the Inspector class by: 1.Extracting the Graph: Ensuring the forward graph module is extracted from the etrecord. 2.Running and Capturing Outputs: Using an IntermediateOutputCapturer to run the graph with example inputs and capture intermediate tensor values. 3.Storing Results: Saving the captured intermediate outputs in an instance attribute for further analysis. Reviewed By: Gasoonjia Differential Revision: D75828351
24515c3
to
b561cf8
Compare
) Summary: This Diff Integrate `IntermediateOutputCapturer` into the Inspector class by: 1.Extracting the Graph: Ensuring the forward graph module is extracted from the etrecord. 2.Running and Capturing Outputs: Using an IntermediateOutputCapturer to run the graph with example inputs and capture intermediate tensor values. 3.Storing Results: Saving the captured intermediate outputs in an instance attribute for further analysis. Reviewed By: Gasoonjia Differential Revision: D75828351
b561cf8
to
f5d9f09
Compare
This pull request was exported from Phabricator. Differential Revision: D75828351 |
) Summary: Pull Request resolved: pytorch#11384 This Diff Integrate `IntermediateOutputCapturer` into the Inspector class by: 1.Extracting the Graph: Ensuring the forward graph module is extracted from the etrecord. 2.Running and Capturing Outputs: Using an IntermediateOutputCapturer to run the graph with example inputs and capture intermediate tensor values. 3.Storing Results: Saving the captured intermediate outputs in an instance attribute for further analysis. Reviewed By: Gasoonjia Differential Revision: D75828351
f5d9f09
to
b741521
Compare
This pull request was exported from Phabricator. Differential Revision: D75828351 |
) Summary: Pull Request resolved: pytorch#11384 This Diff Integrate `IntermediateOutputCapturer` into the Inspector class by: 1.Extracting the Graph: Ensuring the forward graph module is extracted from the etrecord. 2.Running and Capturing Outputs: Using an IntermediateOutputCapturer to run the graph with example inputs and capture intermediate tensor values. 3.Storing Results: Saving the captured intermediate outputs in an instance attribute for further analysis. Reviewed By: Gasoonjia Differential Revision: D75828351
b741521
to
bf69ea7
Compare
This pull request was exported from Phabricator. Differential Revision: D75828351 |
) Summary: Pull Request resolved: pytorch#11384 This Diff Integrate `IntermediateOutputCapturer` into the Inspector class by: 1.Extracting the Graph: Ensuring the forward graph module is extracted from the etrecord. 2.Running and Capturing Outputs: Using an IntermediateOutputCapturer to run the graph with example inputs and capture intermediate tensor values. 3.Storing Results: Saving the captured intermediate outputs in an instance attribute for further analysis. Reviewed By: Gasoonjia Differential Revision: D75828351
bf69ea7
to
f1a90ac
Compare
) Summary: Pull Request resolved: pytorch#11384 This Diff Integrate `IntermediateOutputCapturer` into the Inspector class by: 1.Extracting the Graph: Ensuring the forward graph module is extracted from the etrecord. 2.Running and Capturing Outputs: Using an IntermediateOutputCapturer to run the graph with example inputs and capture intermediate tensor values. 3.Storing Results: Saving the captured intermediate outputs in an instance attribute for further analysis. Reviewed By: Gasoonjia Differential Revision: D75828351
This pull request was exported from Phabricator. Differential Revision: D75828351 |
f1a90ac
to
59a673a
Compare
Summary:
This Diff Integrate
IntermediateOutputCapturer
into the Inspector class by:1.Extracting the Graph: Ensuring the forward graph module is extracted from the etrecord.
2.Running and Capturing Outputs: Using an IntermediateOutputCapturer to run the graph with example inputs and capture intermediate tensor values.
3.Storing Results: Saving the captured intermediate outputs in an instance attribute for further analysis.
Differential Revision: D75828351