-
Hello! How would I train a model using multiple datasets of different type.raw structures? For example, say I have two datasets -- which are both Carbon structures but each has a different number of atoms. The first dataset is for structures with 4 atoms in each structure. The second dataset is for 8 atoms in each structure. This is my current folder organization:
Where the input.json is... (I removed _comment fields for clarity)
Is this possible with DeePMD? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes, you can do it. We have given an example in the |
Beta Was this translation helpful? Give feedback.
Yes, you can do it. We have given an example in the
examples
directory.