-
Notifications
You must be signed in to change notification settings - Fork 523
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 DOS net #3452
Feat: add DOS net #3452
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #3452 +/- ##
==========================================
+ Coverage 77.35% 77.47% +0.11%
==========================================
Files 428 431 +3
Lines 36999 37134 +135
Branches 1620 1620
==========================================
+ Hits 28621 28769 +148
+ Misses 7510 7497 -13
Partials 868 868 ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
from .dp_model import ( | ||
DPModel, | ||
) |
Check notice
Code scanning / CodeQL
Cyclic import Note
deepmd.pt.model.model.dp_model
from deepmd.pt.model.model.dos_model import ( | ||
DOSModel, | ||
) |
Check notice
Code scanning / CodeQL
Cyclic import Note
deepmd.pt.model.model.dos_model
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
This is a follow-up PR on #3452 - [x] Add DOS loss - [x] Fix stat calculation - [x] Add UT on training - [x] Add e2e JIT test - [x] fix dp test data shape --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: anyangml <[email protected]>
This PR provides DOS fitting net in Pytorch.
Future TODO: