The prediction of energy has an overall deviation, but the training of force is good #4666
-
Beta Was this translation helpful? Give feedback.
Answered by
wanghan-iapcm
Mar 24, 2025
Replies: 1 comment 2 replies
-
I suppose you are using the smooth edition of the DP descriptor ( We observe a constant shift in the energy prediction. To fix the issue one may try:
"learning_rate": {
"type": "exp",
"start_lr": 0.0001,
"stop_lr": 3.51e-08,
"_comment": "that's all"
},
"loss": {
"start_pref_e": 1,
"limit_pref_e": 1,
"start_pref_f": 1,
"limit_pref_f": 1,
"start_pref_v": 1,
"limit_pref_v": 1,
"_comment": " that's all"
}, and execute the command dp train --init-model model.ckpt second_round_input.json |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
KK33999
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suppose you are using the smooth edition of the DP descriptor (
"se_e2_a"
)We observe a constant shift in the energy prediction. To fix the issue one may try: