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

Merge branch 'devel' into rf_finetune

da92310
Select commit
Loading
Failed to load commit list.
Merged

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

Merge branch 'devel' into rf_finetune
da92310
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 22, 2024 in 0s

75.53% (-6.97%) compared to bc84139

View this Pull Request on Codecov

75.53% (-6.97%) compared to bc84139

Details

Codecov Report

Attention: Patch coverage is 47.36842% with 90 lines in your changes are missing coverage. Please review.

Project coverage is 75.53%. Comparing base (bc84139) to head (da92310).

Current head da92310 differs from pull request most recent head 591de3e

Please upload reports for the commit 591de3e to get more accurate results.

Files Patch % Lines
deepmd/pt/model/network/network.py 22.22% 7 Missing ⚠️
deepmd/pt/model/descriptor/dpa1.py 14.28% 6 Missing ⚠️
deepmd/pt/model/descriptor/dpa2.py 14.28% 6 Missing ⚠️
deepmd/pt/model/task/dos.py 14.28% 6 Missing ⚠️
deepmd/pt/model/task/fitting.py 14.28% 6 Missing ⚠️
deepmd/pt/model/task/polarizability.py 14.28% 6 Missing ⚠️
deepmd/pt/utils/finetune.py 73.91% 6 Missing ⚠️
deepmd/pt/model/atomic_model/base_atomic_model.py 16.66% 5 Missing ⚠️
...epmd/pt/model/atomic_model/pairtab_atomic_model.py 16.66% 5 Missing ⚠️
deepmd/pt/model/atomic_model/dp_atomic_model.py 20.00% 4 Missing ⚠️
... and 21 more
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3803      +/-   ##
==========================================
- Coverage   82.50%   75.53%   -6.97%     
==========================================
  Files         516      516              
  Lines       48939    49032      +93     
  Branches     2984     2981       -3     
==========================================
- Hits        40378    37038    -3340     
- Misses       7650    11155    +3505     
+ Partials      911      839      -72     

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