Replies: 1 comment 2 replies
-
No, “type_embedding” decides whether the information of the central atom will be used in building the descriptor. "type_one_side" makes the embedding net shared. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The file deepmd/doc/development/type_embedding.md indicates that the atom type embedding algorithm will be executed if there is “type_embedding” section in the input.json, which can make the embedding net and fitting net shard. And the input parameter "type_one_side" decides whether the information of the central atom will be used in building the descriptor.
Here, I have a question:
I find that there's not "type_embedding" section in the input.json of the three dataset provided by ASC22. However, the “type_one_side” is set as changable. And from the results we've got, the "type_one_side" does make an difference to the training process. That's mean, even though we didn't have the "type_embedding" section, the "type_one_side" still have an effect. Then, whether the atom type embedding algorithm got executed in the asc22-branch? If so, what's the meaning of existing about "type_embedding" section?
Beta Was this translation helpful? Give feedback.
All reactions