-
|
When optimizing a molecule, I observe GPU usages of around 10%. Any advice on how to improve this? I tried a dataloder, but get an error that atoms does not have a keys attribute. My code looks like this: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Please see the tutorial on how to use batched inference here: Tagging @lbluque who probably has the most experience running batched relaxations in the past. |
Beta Was this translation helpful? Give feedback.
-
|
This is the expected behavior and not an actual concern. Since inference is only ever happening on a single system at a time during an optimization, GPU utilization will be low. |
Beta Was this translation helpful? Give feedback.
This is the expected behavior and not an actual concern. Since inference is only ever happening on a single system at a time during an optimization, GPU utilization will be low.