Skip to content

Commit

Permalink
Feat: add model format for dpa1
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed Feb 1, 2024
1 parent afb440a commit 51643af
Show file tree
Hide file tree
Showing 16 changed files with 1,556 additions and 87 deletions.
6 changes: 6 additions & 0 deletions deepmd/model_format/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
EmbeddingNet,
FittingNet,
NativeLayer,
EmbdLayer,
LayerNorm,
NativeNet,
NetworkCollection,
load_dp_model,
Expand All @@ -35,10 +37,14 @@
from .se_e2_a import (
DescrptSeA,
)
from .dpa1 import DescrptDPA1

__all__ = [
"InvarFitting",
"DescrptSeA",
"DescrptDPA1",
"EmbdLayer",
"LayerNorm",
"EnvMat",
"make_multilayer_network",
"make_embedding_network",
Expand Down
Loading

0 comments on commit 51643af

Please sign in to comment.