-
Notifications
You must be signed in to change notification settings - Fork 516
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 DipoleModel and PolarModel #3309
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## devel #3309 +/- ##
==========================================
+ Coverage 75.29% 75.31% +0.01%
==========================================
Files 398 400 +2
Lines 33694 33783 +89
Branches 1604 1604
==========================================
+ Hits 25371 25442 +71
- Misses 7462 7480 +18
Partials 861 861 ☔ View full report in Codecov by Sentry. |
@njzjz @wanghan-iapcm , not sure if my OutDef shape is wrong Also, we have to add deepmd-kit/deepmd/pt/infer/deep_eval.py Lines 245 to 251 in 4b994df
|
this will return deepmd-kit/deepmd/infer/deep_tensor.py Line 107 in 4b994df
|
We have to use For how OutDef defines, I will follow @wanghan-iapcm's suggestion. |
|
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 PR is to provide model wrappers for
DipoleFittingNet
andPolarFittingNet
, such that the saved model can be used directly in inference withDeepDiole
andDeepPolar
.