Skip to content

Commit

Permalink
rm original normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed Sep 27, 2024
1 parent bf7b51f commit 69d2433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepmd/dpmodel/utils/type_embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,5 @@ def get_econf_tebd(type_map, precision: str = "default"):
[electronic_configuration_embedding[kk] for kk in type_map],
dtype=PRECISION_DICT[precision],
)
econf_tebd /= econf_tebd.sum(-1, keepdims=True) # do normalization
embed_input_dim = ECONF_DIM
return econf_tebd, embed_input_dim

0 comments on commit 69d2433

Please sign in to comment.