Substitute to calling all directories manually in input.json #1645
-
**Dear DeePMD-kit Community, I am trying to extend the water example to train using example input.json. I want to change following property values ["systems": ["../data/data_0/", "../data/data_1/", "../data/data_2/"],] into a general syntax so that I don't have to specify those directories individually as I have to give 500 directories corresponding to 500 training frames. I tried to follow the solutions I got about general JSON format[1] but they doesn't seems to work and result into errors[2].** [1] [2] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You may provide a string specifying the root dir containing all directories to the "systems": "/root/dir/to/all/sub/dirs", |
Beta Was this translation helpful? Give feedback.
You may provide a string specifying the root dir containing all directories to the
"system"
key. For example