Replies: 1 comment 5 replies
-
You may check your data - I guess it's very likely to be incorrect. The energy and force seem to be inconsistent. |
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.
-
I am training a model using the "se_a" type.
{
"_comment": " model parameters",
"model": {
"type_map": ["Au"],
"descriptor" :{
"type": "se_a",
"sel": [25],
"rcut_smth": 5.80,
"rcut": 6.00,
"neuron": [25, 50, 100],
"resnet_dt": false,
"axis_neuron": 12,
"seed": 3246556277,
"_comment": " that's all"
},
"fitting_net" : {
"neuron": [240, 240, 240],
"resnet_dt": true,
"seed": 1978363284,
"_comment": " that's all"
},
"_comment": " that's all"
},
}
I only modify sel, it has been changed 6 times, which are 25,100,233,500,800,1000.
I drew the Loss of energy and force respectively.
sel = 25


sel = 100


sel = 233


sel = 500


sel = 800


sel = 1000


How can I solve it?
Beta Was this translation helpful? Give feedback.
All reactions