You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by TinacciL November 17, 2021
I installed the GPU version of Deepmd-kit ghcr.io/deepmodeling/deepmd-kit:2.0.3_cuda10.1_gpu via Docker, I tested and it work fine with the example proveided.
I start to replicate waters in a cluster configuration (nopbc), I create a database of about 20000 frame (energies and forces from 1 to 200 different H2O cluster at different Temperature).
I train the model with almost the same input provided in the example/water/se_e2_a:
After the freezing of the model I do a test via dp test command on some of the validation data and I achieve this results:
DEEPMD INFO # number of test data : 10
DEEPMD INFO Energy RMSE : 6.584139e+03 eV
DEEPMD INFO Energy RMSE/Natoms : 1.097356e+02 eV
DEEPMD INFO Force RMSE : 3.281405e-01 eV/A
DEEPMD INFO Virial RMSE : 2.225164e+00 eV
DEEPMD INFO Virial RMSE/Natoms : 3.708607e-02 e
I did it also for the training data, in order to see if was an overfitting problem, and I got:
DEEPMD INFO # number of test data : 10
DEEPMD INFO Energy RMSE : 6.584253e+03 eV
DEEPMD INFO Energy RMSE/Natoms : 1.097375e+02 eV
DEEPMD INFO Force RMSE : 3.373093e-01 eV/A
DEEPMD INFO Virial RMSE : 3.646905e+00 eV
DEEPMD INFO Virial RMSE/Natoms : 6.078175e-02 eV
Why does the test command not provided the same results of the "testing on the fly" results?
Is it a problem of nopbc or only my inexperience?
Thanks
The text was updated successfully, but these errors were encountered:
Discussed in #1289
Originally posted by TinacciL November 17, 2021
I installed the GPU version of Deepmd-kit
ghcr.io/deepmodeling/deepmd-kit:2.0.3_cuda10.1_gpu
via Docker, I tested and it work fine with the example proveided.I start to replicate waters in a cluster configuration (
nopbc
), I create a database of about 20000 frame (energies and forces from 1 to 200 different H2O cluster at different Temperature).I train the model with almost the same input provided in the
example/water/se_e2_a
:At the end of the training I achieve these data in the lcurve.out file:
After the freezing of the model I do a test via
dp test
command on some of the validation data and I achieve this results:I did it also for the training data, in order to see if was an overfitting problem, and I got:
Why does the test command not provided the same results of the "testing on the fly" results?
Is it a problem of
nopbc
or only my inexperience?Thanks
The text was updated successfully, but these errors were encountered: