Skip to content

Commit

Permalink
fix conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed May 15, 2024
1 parent d2e0db0 commit 9242bac
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 119 deletions.
2 changes: 1 addition & 1 deletion deepmd/utils/argcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def descrpt_se_atten_args():
)
doc_ln_eps = "The epsilon value for layer normalization. The default value for TensorFlow is set to 1e-3 to keep consistent with keras while set to 1e-5 in PyTorch and DP implementation."
doc_tebd_dim = "The dimension of atom type embedding."
doc_use_econf_tebd = "Whether to use electronic configuration type embedding."
doc_use_econf_tebd = r"Whether to use electronic configuration type embedding. For TensorFlow backend, please set `use_econf_tebd` in `type_embedding` block instead."
doc_temperature = "The scaling factor of normalization in calculations of attention weights, which is used to scale the matmul(Q, K)."
doc_scaling_factor = (
"The scaling factor of normalization in calculations of attention weights, which is used to scale the matmul(Q, K). "
Expand Down
Loading

0 comments on commit 9242bac

Please sign in to comment.