Skip to content

Commit

Permalink
Merge branch '3831' of github.com:Chengqian-Zhang/deepmd-kit into 3831
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengqian-Zhang committed Jun 3, 2024
2 parents 98d6daf + 890df1d commit 3d66922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepmd/tf/descriptor/se_atten.py
Original file line number Diff line number Diff line change
Expand Up @@ -2339,4 +2339,4 @@ def serialize(self, suffix: str = "") -> dict:
data["attention_layers"] = self.update_attention_layers_serialize(
data["attention_layers"]
)
return data
return data
2 changes: 1 addition & 1 deletion deepmd/tf/descriptor/se_atten_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ def __init__(
tebd_input_mode="strip",
smooth_type_embedding=True,
**kwargs,
)
)

0 comments on commit 3d66922

Please sign in to comment.