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
DpLoaderSet
I notice that in the DpLoaderSet class, there is a seed argument, with the default value of 10.
seed
deepmd-kit/deepmd/pt/utils/dataloader.py
Lines 75 to 84 in 70aa2dd
When constructing DpLoaderSet, no seed is passed, so it seems that it always sets a seed of 10, which does not make sense.
deepmd-kit/deepmd/pt/entrypoints/main.py
Lines 137 to 151 in 70aa2dd
The text was updated successfully, but these errors were encountered:
iProzd
Successfully merging a pull request may close this issue.
I notice that in the
DpLoaderSet
class, there is aseed
argument, with the default value of 10.deepmd-kit/deepmd/pt/utils/dataloader.py
Lines 75 to 84 in 70aa2dd
When constructing
DpLoaderSet
, noseed
is passed, so it seems that it always sets a seed of 10, which does not make sense.deepmd-kit/deepmd/pt/entrypoints/main.py
Lines 137 to 151 in 70aa2dd
The text was updated successfully, but these errors were encountered: