Skip to content
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] Fix dtype mismatch in EdgeDataLoader on Windows #2188

Merged
merged 2 commits into from
Sep 13, 2020

Conversation

BarclayII
Copy link
Collaborator

Description

This PR fixes a bug where EdgeDataLoader uses np.asarray to create an array of seed nodes instead of utils.prepare_tensor, which makes EdgeDataLoader crash on Windows.

@BarclayII BarclayII merged commit 76d66fd into dmlc:master Sep 13, 2020
@BarclayII BarclayII deleted the fix-win-dataloader branch September 13, 2020 10:25
zhjwy9343 pushed a commit to zhjwy9343/dgl that referenced this pull request Sep 17, 2020
* fix node and edge dataloader on windows

* fix distributed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant