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

Feat: add model format for dpa1 #3211

Closed
wants to merge 7 commits into from

Add dp impl serialization test

a96cab0
Select commit
Loading
Failed to load commit list.
Closed

Feat: add model format for dpa1 #3211

Add dp impl serialization test
a96cab0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 2, 2024 in 0s

20.72% (-53.68%) compared to afb440a

View this Pull Request on Codecov

20.72% (-53.68%) compared to afb440a

Details

Codecov Report

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

Comparison is base (afb440a) 74.39% compared to head (a96cab0) 20.72%.
Report is 2 commits behind head on devel.

Files Patch % Lines
deepmd/pt/model/descriptor/se_atten.py 0.00% 200 Missing ⚠️
deepmd/model_format/dpa1.py 0.00% 117 Missing ⚠️
deepmd/model_format/network.py 0.00% 109 Missing ⚠️
deepmd/pt/model/network/mlp.py 0.00% 64 Missing ⚠️
deepmd/pt/model/descriptor/dpa1.py 0.00% 36 Missing ⚠️
deepmd/model_format/__init__.py 0.00% 1 Missing ⚠️
deepmd/pt/model/descriptor/se_a.py 0.00% 1 Missing ⚠️
deepmd/pt/model/task/ener.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##            devel    #3211       +/-   ##
===========================================
- Coverage   74.39%   20.72%   -53.68%     
===========================================
  Files         345      346        +1     
  Lines       31981    32509      +528     
  Branches     1592     1594        +2     
===========================================
- Hits        23791     6736    -17055     
- Misses       7265    25075    +17810     
+ Partials      925      698      -227     

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