Skip to content

[ONNX] Set the name of the producing node using the value name#155413

Closed
justinchuby wants to merge 3 commits intomainfrom
justinchu/link-node-names
Closed

[ONNX] Set the name of the producing node using the value name#155413
justinchuby wants to merge 3 commits intomainfrom
justinchu/link-node-names

Conversation

@justinchuby
Copy link
Collaborator

@justinchuby justinchuby commented Jun 8, 2025

When comparing two graphs exported using different opset versions, even though the value names are the same in both graphs, the node names did not match, causing model-explorer to not be able to sync the two graphs. This change updates the names of the nodes that directly produce the output values, for better correspondence across exported graphs.

image

…rrespondence

When comparing two graphs exported using different opset versions, even though the value names are the same in both graphs, the node names did not match, causing model-explorer to not be able to sync the two graphs. This change updates the names of the node that directly produces the output values, for better correspondence across exported graphs.
@pytorch-bot
Copy link

pytorch-bot bot commented Jun 8, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/155413

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 be203db with merge base abf4da0 (image):

UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@pytorch-bot pytorch-bot bot added the release notes: onnx torch.onnx related changes that should show up in the release notes label Jun 8, 2025
@justinchuby justinchuby changed the title [ONNX] Set the name of the producing node using the value name for co… [ONNX] Set the name of the producing node using the value name Jun 8, 2025
@justinchuby justinchuby added module: onnx Related to torch.onnx topic: improvements topic category labels Jun 8, 2025
@justinchuby justinchuby added this to the 2.8.0 milestone Jun 8, 2025
@justinchuby justinchuby added the ciflow/trunk Trigger trunk jobs on your pull request label Jun 8, 2025
@justinchuby
Copy link
Collaborator Author

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

Merge started

Your 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

Advanced Debugging
Check the merge workflow status
here

@ALUMINIS650

This comment was marked as off-topic.

@justinchuby justinchuby deleted the justinchu/link-node-names branch June 9, 2025 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk Trigger trunk jobs on your pull request Merged module: onnx Related to torch.onnx open source release notes: onnx torch.onnx related changes that should show up in the release notes topic: improvements topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants