Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Discussed in #25
Originally posted by doouv February 19, 2025
Hi, I am currently experimenting with MACE and noticed something unexpected regarding error table selection when using the universal loss function.
According to mace/tools/model_script_utils.py, setting loss="universal" should automatically enable compute_stress=True and change error_table to "PerAtomRMSEstressvirials".
However, the 2024-01-07-mace-128-L2.sh script uses the universal loss function while computing stress, yet the MACE-MP model seems to have been evaluated using "PerAtomMAE". Additionally, the results in the MACE paper appear to report errors in MAE/atom rather than RMSE.
My Questions:
I would appreciate any insights you can provide. Thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions