Energy error increase a lot when add force label #1996
Unanswered
plumbum082
asked this question in
Q&A
Replies: 2 comments 4 replies
-
I see your |
Beta Was this translation helpful? Give feedback.
3 replies
-
By the way, eV/A is a force unit. Do you mean eV when you use it as the energy unit? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi, I meet a problem, when I train DP model with only energy label, the energy rmse error is about 1e-3 eV/Å ,however, when I add the force label ("start_pref_e": 1, "limit_pref_e": 1, "start_pref_f": 1, "limit_pref_f": 1), the force rmse error looks okay, nearly the same with the case using only force label, that is about 1e-2 eV/Å, while the energy error increase to 1e-2eV/Å and the pair plot of energy looks not reasonable at all. Could you help me?
below is the case with both energy and force label:


figures
input.json
{
"_comment": " model parameters",
"model": {
"type_map": ["O", "H"],
"descriptor" :{
"type": "se_e2_a",
"sel": [20, 40],
"rcut_smth": 3.8,
"rcut": 4.0,
"neuron": [10, 20, 40, 80, 160],
"resnet_dt": false,
"axis_neuron": 16,
"seed": 1,
"_comment": " that's all"
},
"fitting_net" : {
"neuron": [160, 80, 40, 20],
"resnet_dt": true,
"seed": 1,
"_comment": " that's all"
},
"_comment": " that's all"
},
}
Beta Was this translation helpful? Give feedback.
All reactions