|
Thank you very much for developing the MACE model. As a user, I'm a little confused. For example, when I set seed=1, six model files are generated during training: MACE_MLPs.model, MACE_MLPs_compiled.model, MACE_MLPs_run-1.model, MACE_MLPs_run-1_stagetwo.model, MACE_MLPs_stagetwo.model, and MACE_MLPs_stagetwo_compiled.model. What are the differences between these models? Thank you for your response! |
Answered by
ilyes319
Sep 17, 2025
Replies: 1 comment 1 reply
|
Hello, The models that have "compiled" in the named are jit compiled and have meta data in them but should not be used for you. Best, |
1 reply
Answer selected by
ilyes319
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
The models that have "compiled" in the named are jit compiled and have meta data in them but should not be used for you.
The stage two model is the one after the second stage of training if you defined one. You should be using MACE_MLPS_stagetwo.model.
Best,
Ilyes