The performance of the DPA2 model is an order of magnitude worse than that of DPA1 #3915
Unanswered
duduRUHappy
asked this question in
Q&A
Replies: 1 comment 5 replies
-
from the input script it seems that you are using a very old version of the code. please report the version, or you may want to try the latest devel branch or the 2024Q1 stable branch. |
Beta Was this translation helpful? Give feedback.
5 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.
-
When I used DPA1 for testing on a new dataset, the results were as follows: rmse_energy_valid = 0.0361 eV and rmse_force_valid = 0.29 eV/Å. These results are in line with expectations. However, when I used the single task model version of DPA2 for training and testing, the results were rmse_energy_valid = 0.1361 eV and rmse_force_valid = 1.8297 eV/Å. As the results indicate, the performance of the DPA2 model is an order of magnitude worse than that of DPA1. Could you help analyze how to improve the DPA2 results?
I adopted an input.json similar to the one published for the DPA2 model. The details of input.json of DPA1 and DPA2 are included in the attachment, please take a look.
dpa1_ener_input.json
dpa2_st_ener_input.json
Beta Was this translation helpful? Give feedback.
All reactions