-
Notifications
You must be signed in to change notification settings - Fork 520
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: infer model type from ModelOutputDef #3250
Conversation
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
from deepmd.infer.deep_dipole import ( | ||
DeepDipole, | ||
) |
Check notice
Code scanning / CodeQL
Cyclic import Note
deepmd.infer.deep_dipole
from deepmd.infer.deep_dos import ( | ||
DeepDOS, | ||
) |
Check notice
Code scanning / CodeQL
Cyclic import Note
deepmd.infer.deep_dos
from deepmd.infer.deep_dos import ( | ||
DeepDOS, | ||
) | ||
from deepmd.infer.deep_eval import DeepEval as DeepEvalWrapper |
Check notice
Code scanning / CodeQL
Cyclic import Note
deepmd.infer.deep_eval
from deepmd.infer.deep_polar import ( | ||
DeepGlobalPolar, | ||
DeepPolar, | ||
) |
Check notice
Code scanning / CodeQL
Cyclic import Note
deepmd.infer.deep_polar
from deepmd.infer.deep_wfc import ( | ||
DeepWFC, | ||
) |
Check notice
Code scanning / CodeQL
Cyclic import Note
deepmd.infer.deep_wfc
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## devel #3250 +/- ##
==========================================
- Coverage 75.19% 75.16% -0.03%
==========================================
Files 372 372
Lines 33136 33155 +19
Branches 1608 1608
==========================================
+ Hits 24916 24922 +6
- Misses 7347 7360 +13
Partials 873 873 ☔ View full report in Codecov by Sentry. |
No description provided.