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
persistent_workers
False
IMPORTANT:
Project tracker: https://github.com/orgs/dmlc/projects/2
As gb.DataLoader inherits from torch.utils.data.DataLoader(https://pytorch.org/docs/stable/data.html#torch.utils.data.DataLoader), the default value of persistent_workers should be same. But for now, we're using True while torch uses False.
gb.DataLoader
torch.utils.data.DataLoader
True
The text was updated successfully, but these errors were encountered:
dgl/python/dgl/graphbolt/dataloader.py
Line 58 in 41a3848
Sorry, something went wrong.
Rhett-Ying
Successfully merging a pull request may close this issue.
🔨Work Item
IMPORTANT:
Project tracker: https://github.com/orgs/dmlc/projects/2
Description
As
gb.DataLoader
inherits fromtorch.utils.data.DataLoader
(https://pytorch.org/docs/stable/data.html#torch.utils.data.DataLoader), the default value ofpersistent_workers
should be same. But for now, we're usingTrue
while torch usesFalse
.Depending work items or issues
The text was updated successfully, but these errors were encountered: