-
For example,I have dataset1(type_map = [H Pt], type_map = [0 1]), another dataset2(type_map = [H C O Pt], type_map = [0 1 2 3]),their indexes don't correspond. How to write "type_map" and "training":{"systems"} in the "input.json"? Here are two dataset
The follow is my input.json
Is it reasonable? when I run dp train input.json it raise error as following
|
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
Nov 13, 2023
Replies: 1 comment 4 replies
-
The |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
ZKNB
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
type.raw
file should map to thetype_map.raw
file when the latter is provided.