-
Notifications
You must be signed in to change notification settings - Fork 526
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
[BUG] input v0 converting to input v2 bug #919
Comments
|
yeah, but |
The format of your input is of v1. What is the version of your |
it's the latest version 0.2.6 |
|
I will rm
|
* convert `decay_rate` to `stop_lr` from old inputs close #919. * fix tests
* convert `decay_rate` to `stop_lr` from old inputs close deepmodeling#919. * fix tests
attribute error when converting input versions
When I run input.json v0 under environment deepmd-kit v2.0.0.b3, it would first convert it into input_v2_compat.json. However, it still have key error like
decay_rate
/n_neuron
is not allowed in strict mode.I attached my input file below:
The error log is like
The text was updated successfully, but these errors were encountered: