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
DipoleFittingNetandPolarFittingNet, such that the saved model can be used directly in inference withDeepDioleandDeepPolar.