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(pt): consistent fine-tuning with init-model #3803

Merged
merged 38 commits into from
Jun 13, 2024

Update deepmd/utils/finetune.py

fd64ee5
Select commit
Loading
Failed to load commit list.
Merged

feat(pt): consistent fine-tuning with init-model #3803

Update deepmd/utils/finetune.py
fd64ee5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 11, 2024 in 1s

82.70% (+0.03%) compared to a7ab1af

View this Pull Request on Codecov

82.70% (+0.03%) compared to a7ab1af

Details

Codecov Report

Attention: Patch coverage is 87.50000% with 76 lines in your changes missing coverage. Please review.

Project coverage is 82.70%. Comparing base (a7ab1af) to head (fd64ee5).

Files Patch % Lines
deepmd/tf/fit/ener.py 87.27% 7 Missing ⚠️
deepmd/dpmodel/atomic_model/base_atomic_model.py 25.00% 6 Missing ⚠️
deepmd/dpmodel/descriptor/se_e2_a.py 54.54% 5 Missing ⚠️
deepmd/dpmodel/descriptor/se_r.py 54.54% 5 Missing ⚠️
deepmd/dpmodel/descriptor/se_t.py 54.54% 5 Missing ⚠️
deepmd/dpmodel/atomic_model/dp_atomic_model.py 20.00% 4 Missing ⚠️
deepmd/dpmodel/descriptor/make_base_descriptor.py 66.66% 4 Missing ⚠️
deepmd/dpmodel/atomic_model/linear_atomic_model.py 25.00% 3 Missing ⚠️
...eepmd/pt/model/atomic_model/linear_atomic_model.py 25.00% 3 Missing ⚠️
deepmd/pt/model/descriptor/se_a.py 62.50% 3 Missing ⚠️
... and 21 more
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3803      +/-   ##
==========================================
+ Coverage   82.66%   82.70%   +0.03%     
==========================================
  Files         517      517              
  Lines       49724    50141     +417     
  Branches     2984     2984              
==========================================
+ Hits        41105    41467     +362     
- Misses       7709     7764      +55     
  Partials      910      910              

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