Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed Jan 12, 2024
1 parent 6be7153 commit 9f538e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd_utils/model_format/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def serialize(self) -> dict:
}

@classmethod
def deserialize(cls, data: dict) -> "EmbeddingNet":
def deserialize(cls, data: dict) -> "FittingNet":
"""Deserialize the network from a dict.
Parameters
Expand Down

0 comments on commit 9f538e0

Please sign in to comment.