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

pt: refact training code #3359

Merged
merged 47 commits into from
Mar 1, 2024

Move label requirement to loss func

fdca653
Select commit
Loading
Failed to load commit list.
Merged

pt: refact training code #3359

Move label requirement to loss func
fdca653
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 29, 2024 in 0s

22.87% (-53.12%) compared to 665d716

View this Pull Request on Codecov

22.87% (-53.12%) compared to 665d716

Details

Codecov Report

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

Project coverage is 22.87%. Comparing base (665d716) to head (fdca653).

❗ Current head fdca653 differs from pull request most recent head 46ee16c. Consider uploading reports for the commit 46ee16c to get more accurate results

Files Patch % Lines
deepmd/pt/train/training.py 0.00% 60 Missing ⚠️
deepmd/pt/model/descriptor/se_r.py 0.00% 24 Missing ⚠️
deepmd/pt/model/descriptor/dpa2.py 0.00% 19 Missing ⚠️
deepmd/pt/utils/dataloader.py 0.00% 17 Missing ⚠️
deepmd/utils/data.py 20.00% 16 Missing ⚠️
deepmd/pt/model/descriptor/se_a.py 0.00% 13 Missing ⚠️
deepmd/pt/utils/stat.py 0.00% 13 Missing ⚠️
deepmd/pt/model/descriptor/dpa1.py 0.00% 9 Missing ⚠️
deepmd/pt/model/task/ener.py 0.00% 9 Missing ⚠️
deepmd/pt/model/descriptor/repformers.py 0.00% 7 Missing ⚠️
... and 18 more
Additional details and impacted files
@@             Coverage Diff             @@
##            devel    #3359       +/-   ##
===========================================
- Coverage   75.99%   22.87%   -53.12%     
===========================================
  Files         420      420               
  Lines       35291    35389       +98     
  Branches     1618     1618               
===========================================
- Hits        26820     8096    -18724     
- Misses       7603    26727    +19124     
+ Partials      868      566      -302     

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