Performance comparison of Cuequivariance mode in MACE #770
Unanswered
hspark1212
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@hspark1212 As mentioned in this thread: #740 timing models is delicate, and the way you are timing MACE is incorrect. To have a proper timing of the model only you can have a look at this script here: #740 (reply in thread). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a question about the speed performance of the MACE models with
cuequivariance
.I compared the speed of enabling and disabling the cuequivariance mode by creating NaCl supercells. As shown in the graph, when the number of atoms in the unit-cell exceeds 100, the calculator with cuequivariance mode enabled (enable_cueq=True) exhibits slower speed.
Below is the code I used for testing.
Before execution, I cleared the
.cache/mace
directory to download the model again, and I ran it using PyTorch 2.4.0. Additionally, I installed the following:Beta Was this translation helpful? Give feedback.
All reactions