Replies: 1 comment 4 replies
-
Hi @shasax , If by batching you mean running multiple frames / graphs / systems at the same time in a single call to the model (as in minibatching in training), then yes, However, it doesn't make sense to apply it for molecular dynamics in LAMMPS, since you only have the current frame to put through the model and do not know future frames until you run a time integration step. If you want to run a large set of preexisting configurations/frames/graphs through a trained |
Beta Was this translation helpful? Give feedback.
-
Hello NEQUIP dev team,
I have a question about batching multiple input points when using a deployed NEQUIP model in C++. I saw in the pair_nequip codebase that the way it is implemented in LAMMPS is by creating one big graph of atoms. But, is there any way that could allow batching for faster inference?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions