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
the default parameters in param.json will be set in a wrong way while training. For example, the option "set_prefix" will be wrongly added into the subsetction of "training" tag, but it's the subsection of "train"-"traing_data" tag. it raises error:
dargs.dargs.ArgumentKeyError: [at location training] undefined key set_prefix is not allowed in strict mode
gchenustc
changed the title
The newest version of dpgen (0.10.5) can't compatible with newest version of deepmd-kit (2.1.5)
[bug] The newest version of dpgen (0.10.6) can't compatible with newest version of deepmd-kit (2.1.5)
Oct 19, 2022
njzjz
transferred this issue from deepmodeling/deepmd-kit
Oct 19, 2022
Bug summary
the default parameters in param.json will be set in a wrong way while training. For example, the option "set_prefix" will be wrongly added into the subsetction of "training" tag, but it's the subsection of "train"-"traing_data" tag. it raises error:
dargs.dargs.ArgumentKeyError: [at location
training
] undefined keyset_prefix
is not allowed in strict modeDeePMD-kit Version
2.1.5
TensorFlow Version
2.9.0
How did you download the software?
conda
Input Files, Running Commands, Error Log, etc.
params.json for dpgen's input
input.json for training step (automatically generated by dpgen)
Steps to Reproduce
nothing
Further Information, Files, and Links
nothing
The text was updated successfully, but these errors were encountered: