-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get "undefined key "stop_batch" is not allowed in strict mode" error #1084
Comments
Did you use an old version? |
the version is 2.1.5. |
Did you train the model, from which you initialize your new model, by the latest version of deepmd-kit? |
Firstly, I make a long train in iter 0. Here, the numb_steps works normally. |
This should be a bug of DP-GEN. I will transfer the issue there. |
Fix #1084. Both keys are valid, so we detect which one is used in `default_training_param`.
This seems solved. I'll close this issue for now. |
Summary
the above error occurs when init-model is used.
after changing "numb_steps" to "stop_batch", it works normally.
DeePMD-kit Version
2.1.5
TensorFlow Version
default version in deepmd kit 2.1.5
Python Version, CUDA Version, GCC Version, LAMMPS Version, etc
bohrium contain name: registry.dp.tech/dptech/deepmd-kit:2.1.5-cuda11.6
Details
the above error occurs when init-model is used.
after change the keyword numb_steps to stop_batch, it works normally.
The text was updated successfully, but these errors were encountered: