Increase energy accuracy #1537
Achyut-blip
started this conversation in
General
Replies: 2 comments 8 replies
I think the problem may mainly come from the absolute energy reference. It might be helpful to shift all the energy data so that the reference energy is close to zero. This tool may help you achieve that:https://github.com/brucefan1983/GPUMD/tree/master/tools/Analysis_and_Processing/energy-reference-aligner |
8 replies
|
When you have new question, you can also ask here: https://matsci.org/c/gpumd/68 Usually, along with your questions/results, you also need to report:
|
0 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.
Hello everyone,
I got the following warning when I was trying to train a ML potential in GPUMD4.0 version
I couldn't increase the accuracy of the energy test/train.
Warning:
There is energy < -100 eV/atom in the data set.
Because we use single precision in NEP training
it means that the reference and calculated energies
might only be accurate up to 1 meV/atom
which can effectively introduce noises.
We suggest you preprocess (using double precision)
your data to make the energies closer to 0.
How should I preprocess to avoid this warning?
Does it mean that my energy data aren't as diverse as required?
No matter how many generation train, my r^2 value gets stuck around 0.94 with a weird test plot as shown in the attached figure below.
Help me solve this warning.
All reactions