-
Notifications
You must be signed in to change notification settings - Fork 525
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
merge compute_output_stat #3310
Conversation
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #3310 +/- ##
==========================================
- Coverage 75.83% 75.77% -0.06%
==========================================
Files 415 382 -33
Lines 34862 30121 -4741
Branches 1614 909 -705
==========================================
- Hits 26437 22824 -3613
+ Misses 7557 6769 -788
+ Partials 868 528 -340 ☔ View full report in Codecov by Sentry. |
I would propose compute the avg (like the atom_bias_e) and std of label. By far we remove the avg, it is also possible to scale the output of the fitting net by the std. The polar of the TF uses the statistics of the diagonal of the avg. |
I realize that the std for each type is not available. We may need to uniformly scale the atomic output based on statistics. |
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.
please check my comments on deepmd/utils/out_stat.py
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
No description provided.