-
Notifications
You must be signed in to change notification settings - Fork 33
【Hackathon 9th No.110】[Feature Enhancement] Add decomposer_validator #354
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Thanks for your contribution! |
8206e7e to
ebdc676
Compare
lixinqi
reviewed
Nov 10, 2025
lixinqi
reviewed
Nov 10, 2025
lixinqi
reviewed
Nov 10, 2025
todo_works/range_decomposer_validator/range_decomposer_validator.py
Outdated
Show resolved
Hide resolved
todo_works/range_decomposer_validator/range_decomposer_validator.py
Outdated
Show resolved
Hide resolved
lixinqi
reviewed
Nov 11, 2025
todo_works/range_decomposer_validator/test/resnet18/graph_hash.txt
Outdated
Show resolved
Hide resolved
lixinqi
approved these changes
Nov 11, 2025
Contributor
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

PR Category
Feature Enhancement
Description
新增了计算图分解验证器,添加了对应的脚本文件(decomposer_validator_test),通过了test下的测试
分解器验证器实现:
通过对比整图和拼接起来的每个子图的前向传播的输出,判断分解是否正确,支持最后输出ES图像,为直线则完全对齐
运行decomposer_validator_test.sh输出的图像,ES图像为一条直线则证明分解器没有问题
