-
Notifications
You must be signed in to change notification settings - Fork 520
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
fix(pt): fix global bias stat with different natom #3944
Conversation
WalkthroughWalkthroughThe recent changes focus on improving how model predictions are computed and processed in the Changes
Sequence Diagram(s)sequenceDiagram
participant A as Model Predictions
participant B as Atomic Dimensions
participant C as Frames within Systems
participant D as Testing Function
A->>B: Sum over atomic dimensions
A->>C: Concatenate frames
Note right of A: Remove redundant summation
D->>A: Sample multiple frames with different atom numbers
D->>A: Scale atom data
D->>A: Concatenate energy calculations
Tip AI model upgrade
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## devel #3944 +/- ##
=======================================
Coverage 82.85% 82.86%
=======================================
Files 520 520
Lines 50805 50804 -1
Branches 3015 3015
=======================================
+ Hits 42096 42097 +1
+ Misses 7774 7772 -2
Partials 935 935 ☔ View full report in Codecov by Sentry. |
- fix global bias stat with different natom in frames - add ut to reveal this bug polar/dipole need further check from @anyangml <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Improved computation and processing of model predictions for better accuracy and performance. - **Tests** - Enhanced testing to include scenarios with multiple frames and varying atom numbers, ensuring robustness in energy calculations. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
polar/dipole need further check from @anyangml
Summary by CodeRabbit
New Features
Tests