You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are elements in the data that are not present in input.json, no error will be reported. For example, when element D is in type_map.raw, but D is not in type_map of input.json, the training process is normal.
DeePMD-kit Version
devel
Backend and its version
pytorch
How did you download the software?
Offline packages
Input Files, Running Commands, Error Log, etc.
See above
Steps to Reproduce
See above
Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered:
File "/home/njzjz/codes/deepmd-kit/deepmd/utils/data.py", line 94, in __init__
type_map.index(self.type_map[ii]) for ii in self.atom_type
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: 'D' is not in list
Bug summary
When there are elements in the data that are not present in
input.json
, no error will be reported. For example, when elementD
is intype_map.raw
, butD
is not intype_map
ofinput.json
, the training process is normal.DeePMD-kit Version
devel
Backend and its version
pytorch
How did you download the software?
Offline packages
Input Files, Running Commands, Error Log, etc.
See above
Steps to Reproduce
See above
Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered: