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
Summary
Checking for whether the number of "sel" is big enough in training is not working. Users can train with extremely small values without "WARNING".
But the performance gain in training keeps increasing when decreasing "sel" to rather small value (may mean "sel" did work) .
The "rcut" in test is larger as 12.0, not sure if there is some limit in counting neighbor atoms that was broken and led to the problem.
DEEPMD INFO installed to: /tmp/pip-req-build-qqv2ggzp/_skbuild/linux-x86_64-3.9/cmake-install
DEEPMD INFO source : v2.0.0.b3
DEEPMD INFO source brach: HEAD
DEEPMD INFO source commit: de428e3
DEEPMD INFO source commit at: 2021-07-04 22:12:13 +0800
DEEPMD INFO build float prec: double
DEEPMD INFO build with tf inc: /opt/deepmd-kit-2.0.0.b3/lib/python3.9/site-packages/tensorflow/include;/opt/deepmd-kit-2.0.0.b3/lib/python3.9/site-packages/tensorflow/include
DEEPMD INFO build with tf lib:
Platform : ALI - ehpc - beijing
Steps to Reproduce
please use the attached input("rcut":12.0, "sel": [10,10,10]) and data to train.
The warning was added back in #914, available in v2.0.0.b4. The check will do once before training.
For runtime checking, I may ask @denghuilu if it is effective. If not, we may not need it during training. But for MD simulations, we can consider to add an extra option to check it every N time step.
Summary
Checking for whether the number of "sel" is big enough in training is not working. Users can train with extremely small values without "WARNING".
But the performance gain in training keeps increasing when decreasing "sel" to rather small value (may mean "sel" did work) .
The "rcut" in test is larger as 12.0, not sure if there is some limit in counting neighbor atoms that was broken and led to the problem.
Deepmd-kit version, installation way, input file, running commands, error log, etc.
Platform : ALI - ehpc - beijing
Steps to Reproduce
please use the attached input("rcut":12.0, "sel": [10,10,10]) and data to train.
Further Information, Files, and Links
input
data
https://pan.baidu.com/s/139Rsf7qHF6x750xMekAyhQ
uaxz
The text was updated successfully, but these errors were encountered: