-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Energy seems not correct when using pretrained model on only-OC20 dataset and some models don't work #929
Comments
Hello, thanks for reaching out! the models trained on OC20 are outputting adsorption energies (see https://fair-chem.github.io/tutorials/OCP-introduction.html#simple-simulations-using-the-ocp-ase-calculator) , and models trained on OC22 are on total energies, this would explain the large differences you are seeing.
can you elaborate on this? |
Thanks for your reply! The problem I mentioned with the model not working correctly occurred when I used the GemNet model to try to calculate the energy of a slab loaded from a file (POSCAR or cif), and the command line output error message was here:
What's more confusing is that the code given in the tutorial works, and the only change I made was to load the slab from a file instead of a direct fcc111 method (even though the file was also saved directly after being created by the fcc111 method), and the above error occurred.
|
What would you like to report?
Hi,OCP teams:
I found some thing during using the pre-trained models.
Two different sample in tutorial page (https://fair-chem.github.io/core/quickstart.html
and https://fair-chem.github.io/tutorials/OCP-introduction.html)
using the same slab model, but differs a lot of energy. It seems that it's because the latter model is based on trainning of only OC20?
When I tested the EquiformerV2-153M-S2EF-OC20-All+MD model in my own slab file, the result did not seem to make any physical sense at all. This seems to be due to some numerical setting? I hope to know how to fix them.
Additionally, the GemNet model didn't work properly when it was introduced into OCPCalculator.
Could you please tell me how can I fix this?
The text was updated successfully, but these errors were encountered: