Skip to content

The prediction of energy has an overall deviation, but the training of force is good #4666

Answered by wanghan-iapcm
KK33999 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  1. increase the number of training steps. A production train usually has 4M-16M training steps.
  2. train model again with pretrained model parameters, large energy prefactors and smaller start learning rate. you may revise your input script (name it by second_round_input.json) as
"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,…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@KK33999
Comment options

@wanghan-iapcm
Comment options

Answer selected by KK33999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants