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

support DP native model format #2987

Closed
wants to merge 12 commits into from

introduce EmbeddingNet

e12c10f
Select commit
Loading
Failed to load commit list.
Closed

support DP native model format #2987

introduce EmbeddingNet
e12c10f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2024 in 0s

75.51% (-0.40%) compared to f181a30

View this Pull Request on Codecov

75.51% (-0.40%) compared to f181a30

Details

Codecov Report

Attention: 159 lines in your changes are missing coverage. Please review.

Comparison is base (f181a30) 75.90% compared to head (e12c10f) 75.51%.

Files Patch % Lines
deepmd/fit/fitting.py 32.60% 31 Missing ⚠️
deepmd/descriptor/se.py 19.35% 25 Missing ⚠️
deepmd/model/model.py 47.61% 22 Missing ⚠️
deepmd/utils/convert_dp.py 33.33% 20 Missing ⚠️
deepmd/fit/ener.py 20.83% 19 Missing ⚠️
deepmd/descriptor/se_a.py 25.00% 12 Missing ⚠️
deepmd/model/ener.py 29.41% 12 Missing ⚠️
deepmd/utils/type_embed.py 35.71% 9 Missing ⚠️
deepmd/entrypoints/convert.py 28.57% 5 Missing ⚠️
deepmd/descriptor/descriptor.py 42.85% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #2987      +/-   ##
==========================================
- Coverage   75.90%   75.51%   -0.40%     
==========================================
  Files         248      249       +1     
  Lines       25141    25357     +216     
  Branches     1598     1598              
==========================================
+ Hits        19084    19148      +64     
- Misses       5118     5270     +152     
  Partials      939      939              

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