Batch inference #1482
Answered
by
ilyes319
qpessemesse
asked this question in
Q&A
Batch inference
#1482
|
I am wondering if batch inference can be used with MACE to efficiently handle large datasets of small molecules, it seems wasteful to use a full gpu node for molecules with ~50-100 atoms, I would like to optimize e.g. 10 molecules at the same time. Has this been implemented/done ? |
Answered by
ilyes319
May 21, 2026
Replies: 2 comments 4 replies
|
hey @qpessemesse, torchsim handles that with mace here: https://github.com/TorchSim/torch-sim, so you can batch the md or geometry optimisation. |
4 replies
Answer selected by
ilyes319
|
Will try these options and open issues as needed, many thanks!Le 21 mai 2026 à 19:13, Ilyes Batatia ***@***.***> a écrit :
Depending on the optimiser it might influence the results or not.
—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @qpessemesse, torchsim handles that with mace here: https://github.com/TorchSim/torch-sim, so you can batch the md or geometry optimisation.