2 problems in using dpgen #366
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Problem 1: Problem 2: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Problem 1: Problem 2: |
Beta Was this translation helpful? Give feedback.
Problem 1:
Seems like the number of frames in some of your systems is less than
numb_test
settings in yourparam.json
. Since you have manually modifiedinput.json
and successfully finished the training, you can just do the same modifications on training parameters inparam.json
, and restart from a proper stage via the filerecord.dpgen
Problem 2:
The maximal neighbors of an atom in DeePMD-kit is up to 4096, as the log said. "20471" is quite rare for MD simulations. You should carefully check your initial configurations and trained models. Currently the MD run should finish successfully, you can use small total steps of MD in early iterations where the quality of model is not quite so robust.