Any recommandation to improve the efficiency of DP model in MD simulations? #3719
Unanswered
Johnsyisme
asked this question in
Q&A
Replies: 1 comment 1 reply
-
please try the compressible setting of the dpa-1 model (without attention layers). |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm doing a 3-elements systems with a 3 layers(240-240-240) se_se_a model using type embeding network (2-4-8).
I just want to improve the speed of MD simulations, and I'm not sure which hyperparameter has the biggest impact on MD efficiency.
Here is what came to my mind:
Since I assume that the most time consumming part of DP model may be the coordinate->descriptor part instead of the neural net part, I'm not quite sure which of the above approaches should be the largest.
If I could trade partial accuracy for computational efficiency, which one might be the best:
Thank you very much!!!
Beta Was this translation helpful? Give feedback.
All reactions