-
I am attempting to train a model on a large number of systems, each with different frames and number of atoms (same atom types). After parsing the data using dpdata, I was left with the following folder structure
however when running
after debugging I can confirm that it's the location of the file that is causing the error, however I'm not sure what exactly is wrong with the formatting of the training and validation data. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
It should be something like "systems": [
"/home/kimia.gh/blue2/processed_data/training_data/system1",
"/home/kimia.gh/blue2/processed_data/training_data/system2",
"/home/kimia.gh/blue2/processed_data/training_data/system3"
] instead. |
Beta Was this translation helpful? Give feedback.
It should be something like
instead.