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
It's a pretty old examples that are not being actively maintained (and likely won't be too). Are you using the latest DGL when getting this error? Maybe downgrade to older version could resolve the problem.
🐛 Bug
https://github.com/dmlc/dgl/blob/master/examples/pytorch/metapath2vec/reading_data.py#L117
Set min_count=0 and num_workers=2, and comment line 117 - 119, it will get KeyError at line 115.Set num_workers = 0 will not see this bug.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Environment
conda
,pip
, source):Additional context
The text was updated successfully, but these errors were encountered: