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 dpa2 #4418

Merged
merged 81 commits into from
Dec 25, 2024

solve code QL

6e5ebb3
Select commit
Loading
Failed to load commit list.
Merged

pd: support dpa2 #4418

solve code QL
6e5ebb3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 3, 2024 in 0s

84.18% (-0.47%) compared to ad30709

View this Pull Request on Codecov

84.18% (-0.47%) compared to ad30709

Details

Codecov Report

Attention: Patch coverage is 79.50575% with 1302 lines in your changes missing coverage. Please review.

Project coverage is 84.18%. Comparing base (ad30709) to head (6e5ebb3).
Report is 14 commits behind head on devel.

Files with missing lines Patch % Lines
deepmd/pd/train/training.py 63.85% 214 Missing ⚠️
deepmd/pd/infer/deep_eval.py 0.00% 175 Missing ⚠️
deepmd/pd/entrypoints/main.py 56.07% 94 Missing ⚠️
deepmd/pd/model/descriptor/se_t_tebd.py 77.01% 74 Missing ⚠️
deepmd/pd/model/network/init.py 44.03% 61 Missing ⚠️
deepmd/pd/model/descriptor/repformer_layer.py 91.80% 44 Missing ⚠️
deepmd/pd/utils/multi_task.py 10.20% 44 Missing ⚠️
deepmd/pd/model/descriptor/dpa2.py 85.51% 42 Missing ⚠️
deepmd/pd/model/descriptor/se_a.py 84.78% 42 Missing ⚠️
deepmd/pd/model/descriptor/descriptor.py 56.47% 37 Missing ⚠️
... and 50 more
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #4418      +/-   ##
==========================================
- Coverage   84.64%   84.18%   -0.47%     
==========================================
  Files         614      675      +61     
  Lines       57135    63446    +6311     
  Branches     3486     3487       +1     
==========================================
+ Hits        48364    53411    +5047     
- Misses       7645     8907    +1262     
- Partials     1126     1128       +2     

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