Replies: 2 comments 5 replies
-
This code also hangs. try:
print('linkproppred')
from ogb.linkproppred import PygLinkPropPredDataset as PLPPD
except Exception :
print("import fail linkproppred")
else:
print("linkproppred. okay") |
Beta Was this translation helpful? Give feedback.
1 reply
-
Does importing |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
.
No exception is captured. Python just goes to infinite hang here.
Beta Was this translation helpful? Give feedback.
All reactions