About the input training dataset #13
-
Hi. I have a question about the dataset for training. For example, if I would like to find a "universal" potential of Fe and O system, could I combine and train the trajectory of Fe3O4.xyz, FeO.xyz, and Fe2O3.xyz together and finally produce a single result? I got problems when doing this kind of work: 1000 data points from Fe3O4.xyz + 1000 from FeO.xyz + 1000 from Fe2O3.xyz led to a combined.xyz file, but allegro only took the first 1000 data points from Fe3O4.xyz to train. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @0WellyWang0 , The files you provide determine what data is available to pick from, but you still need to set |
Beta Was this translation helpful? Give feedback.
Hi @0WellyWang0 ,
The files you provide determine what data is available to pick from, but you still need to set
n_train
andn_val
to control how many data points are taken for the training and validation sets respectively.