We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The initialization of a dataloader needs a dict named model_param .
model_param
deepmd-kit/deepmd/pt/utils/dataloader.py
Lines 60 to 67 in fa8e645
this is not a good design, we should explicitly write what information is necessary to init the dataloader. The doc str is also missing...
v3.0.0.a0
2.14.0
No response
As described in summary.
The text was updated successfully, but these errors were encountered:
fixed via #3434
Sorry, something went wrong.
clean up the init interface of pt.dataloader (#3434)
a9bcf41
#3427 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Successfully merging a pull request may close this issue.
Summary
The initialization of a dataloader needs a dict named
model_param
.deepmd-kit/deepmd/pt/utils/dataloader.py
Lines 60 to 67 in fa8e645
this is not a good design, we should explicitly write what information is necessary to init the dataloader. The doc str is also missing...
DeePMD-kit Version
v3.0.0.a0
TensorFlow Version
2.14.0
Python Version, CUDA Version, GCC Version, LAMMPS Version, etc
No response
Details
As described in summary.
The text was updated successfully, but these errors were encountered: