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

raise warning before training if sel is not enough #914

Merged
merged 1 commit into from
Aug 2, 2021

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Aug 1, 2021

Currently I can't see any warning during the training if sel is not enough, so it's a good idea to check it before training, and tell the user what to do.

Also fix #874.

Currently I can't see any warning during the training if sel is not enough,
so it's a good idea to check it before training, and tell the user what to do.

Also fix deepmodeling#874.
@njzjz njzjz requested a review from amcadmus August 1, 2021 23:28
@njzjz njzjz linked an issue Aug 1, 2021 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Aug 1, 2021

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.

Project coverage is 74.94%. Comparing base (b5b15fa) to head (029c832).
Report is 1604 commits behind head on devel.

Files with missing lines Patch % Lines
deepmd/entrypoints/train.py 80.00% 1 Missing ⚠️
deepmd/utils/neighbor_stat.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel     #914      +/-   ##
==========================================
+ Coverage   74.68%   74.94%   +0.25%     
==========================================
  Files          85       85              
  Lines        6748     6753       +5     
==========================================
+ Hits         5040     5061      +21     
+ Misses       1708     1692      -16     

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

@amcadmus amcadmus merged commit 689ffa4 into deepmodeling:devel Aug 2, 2021
@njzjz njzjz deleted the check-sel branch August 2, 2021 08:46
gzq942560379 pushed a commit to HPC-AI-Team/deepmd-kit that referenced this pull request Sep 2, 2021
Currently I can't see any warning during the training if sel is not enough,
so it's a good idea to check it before training, and tell the user what to do.

Also fix deepmodeling#874.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Got nan value in output
4 participants