What does atype stand for in the section of inference? #3095
ShangChien
started this conversation in
General
Replies: 1 comment
-
atom type, specified by the "type_map" section in your training script. |
Beta Was this translation helpful? Give feedback.
0 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.
-
What does atype stand for in the section of inference?
but, in another section of ASE usage, using H2O as an example:
Intuitively,
atype = [1, 0, 1]
means[He, H, He]
, which doesn't make sense.So, is
atype = [1, 0, 1]
refer to the Periodic Table ortype_map
in the model of graph.pb? It's probably the latter.Prefer to use a global Periodic Table index, or specify element symbols list like ASE usage, which will reduce mental burden for coupling parameter with the setting of model training.
This style may facilitate widespread use of subsequent distilled DPA models in other extensions.
Thank you 🍰
Beta Was this translation helpful? Give feedback.
All reactions