Replies: 1 comment 4 replies
-
I think I found the problem, I freeze the model with two GPU via:
and then gave the result reported above.
there is not difference between test after and test on the fly and the model is working fine. |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions