Skip to content
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

pd: support dpa1 #4414

Open
wants to merge 68 commits into
base: devel
Choose a base branch
from

update consistent check of dpa1

e74d272
Select commit
Loading
Failed to load commit list.
Open

pd: support dpa1 #4414

update consistent check of dpa1
e74d272
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 30, 2024 in 0s

84.09% (+0.34%) compared to a11f264

View this Pull Request on Codecov

84.09% (+0.34%) compared to a11f264

Details

Codecov Report

Attention: Patch coverage is 85.08065% with 111 lines in your changes missing coverage. Please review.

Project coverage is 84.09%. Comparing base (a11f264) to head (e74d272).
Report is 1 commits behind head on devel.

Files with missing lines Patch % Lines
deepmd/pd/model/descriptor/se_atten.py 92.81% 27 Missing ⚠️
deepmd/pd/model/descriptor/dpa1.py 83.64% 26 Missing ⚠️
deepmd/pd/train/training.py 42.85% 16 Missing ⚠️
deepmd/pd/model/descriptor/se_a.py 53.12% 15 Missing ⚠️
deepmd/pd/model/network/layernorm.py 88.52% 7 Missing ⚠️
deepmd/pd/model/task/fitting.py 66.66% 7 Missing ⚠️
deepmd/pd/model/model/ener_model.py 0.00% 4 Missing ⚠️
deepmd/pd/entrypoints/main.py 0.00% 2 Missing ⚠️
deepmd/pd/utils/dataloader.py 87.50% 2 Missing ⚠️
deepmd/pd/utils/utils.py 80.00% 2 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #4414      +/-   ##
==========================================
+ Coverage   83.74%   84.09%   +0.34%     
==========================================
  Files         667      670       +3     
  Lines       61534    62111     +577     
  Branches     3486     3487       +1     
==========================================
+ Hits        51534    52230     +696     
+ Misses       8874     8754     -120     
- Partials     1126     1127       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.