Replies: 1 comment 3 replies
-
Hi @rick9402 , Thanks for your interest in our methods! There is no particular reason why the techniques would not work for 2D material. In principle it could affect the normalization, but I really doubt that would make a difference. More relevant questions would be: how similar is your new data to your existing data? Does the training error go towards zero as you add more data? Are you measuring validation error on a similar validation set or test error on an OOD test set? Regarding multi GPU training, no this is not presently supported. See mir-group/nequip#210.
extXYZ files have full (and better) support for periodic systems and are our recommendation for all use cases. See |
Beta Was this translation helpful? Give feedback.
-
I am currently working on using Allegro for training ML force fields for 2D materials. However, after training four models with an increasing number of training samples (1k, 2k, 4k, 8k, total dataset contains 10k), I don't see any considerable reduction in the MAE for energies and forces, as I observed when I reproduced the calculations for LiPS system. Therefore, I would like to know whether Allegro/NequIP works for training on 2D materials or, maybe, I need to consider an additional flag when investigating 2D systems.
In addition, I would like to ask whether NequIP/Allegro can use parallelisation on GPUs. If it is possible, please, could you tell me how to activate the training on multiple GPUs on the same GPU-node? I tried modifying the batch script in our cluster but it didn't work.
Finally, my third and last question is how to set up the training file for periodic systems, since so far I have been working with an npz file instead of xyz. This is because when setting up with an npz file I have the opportunity to put the key mapping "cell", while on xyz I have not been able to do so.
Beta Was this translation helpful? Give feedback.
All reactions