-
Notifications
You must be signed in to change notification settings - Fork 523
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
pt: Add support for dipole and polar training #3380
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #3380 +/- ##
==========================================
+ Coverage 76.59% 76.66% +0.06%
==========================================
Files 420 421 +1
Lines 35754 35838 +84
Branches 1620 1620
==========================================
+ Hits 27387 27476 +89
+ Misses 7499 7494 -5
Partials 868 868 ☔ View full report in Codecov by Sentry. |
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.
I got inf
when doing dp test
:
/home/jz748/codes/deepmd-kit/deepmd/entrypoints/test.py:996: RuntimeWarning: divide by zero encountered in scalar divide
rmse_fs = rmse_f / np.sqrt(sel_natoms)
/home/jz748/codes/deepmd-kit/deepmd/entrypoints/test.py:997: RuntimeWarning: divide by zero encountered in scalar divide
rmse_fa = rmse_f / sel_natoms
DEEPMD INFO # number of test data : 80
DEEPMD INFO Dipole RMSE : 1.437255e+00
DEEPMD INFO Dipole RMSE/sqrtN : inf
DEEPMD INFO Dipole RMSE/N : inf
The number of atoms seems to be based on sel_natoms
?
Signed-off-by: Duo <[email protected]>
No description provided.