add get_incorrect_models#375
Merged
lixinqi merged 14 commits intoPaddlePaddle:developfrom Nov 21, 2025
Merged
Conversation
|
Thanks for your contribution! |
Xreki
reviewed
Nov 21, 2025
lixinqi
reviewed
Nov 21, 2025
Collaborator
lixinqi
left a comment
There was a problem hiding this comment.
Please add bash test file in graph_net/test/
lixinqi
reviewed
Nov 21, 2025
graph_net/analysis_util.py
Outdated
| datalist = parse_logs_to_data(log_file_path) | ||
| for i in datalist: | ||
| iscorrect, err = check_sample_correctness(i, tolerance) | ||
| if not iscorrect and err == "accuracy": |
Collaborator
There was a problem hiding this comment.
if not iscorrect:Accuracy violations are not the only factor considered.
lixinqi
reviewed
Nov 21, 2025
| export PYTHONPATH="$PROJECT_ROOT:$PYTHONPATH" | ||
|
|
||
| TOLERANCE_LIST=(-2 -1 0 1 2) | ||
| LOG_FILE_PATH="your/log/file/path" |
Collaborator
There was a problem hiding this comment.
Please upload your log file into current directory. and reset LOG_FILE_PATH with relative file path
lixinqi
approved these changes
Nov 21, 2025
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
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.
Description
add get_incorrect_models and remove unnecessary files.

test outputs are as follows: