Replies: 1 comment
-
Hi @tgmaxson , This is supported for separate train, validation, and test sets. Train and validation can be specified separately using options prefixed by We do not, however, support combining multiple datasets into a single training set in the YAML; generally we try to avoid badly integrating things like dataset construction that can be done more easily and in a more customizable way externally. Note that extxyz files can be combined by simply concatenating them, i.e. |
Beta Was this translation helpful? Give feedback.
-
I have two datasets where one is a small cell and another is a larger cell. While I can use something like ASE to combine the two datasets into a single one, I would like to simply supply both to the yaml. Is this something that can easily be done?
Further, I would like to manually specify the training, validation, and test sets if possible. I think I can do this by putting it in order and turning off shuffling, but it would be great to be able to just give a separate dataset for each.
Beta Was this translation helpful? Give feedback.
All reactions