'GlobalStorage' object has no attribute ... #10192
Replies: 1 comment
-
The problem was this line:
Removing that, I get the warning:
So, now I have another question: how can I remove that warning? Using the commented If I write in the constructor:
then I get another error: 'NoneType' object has no attribute 'size' |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I followed the examples given here for creating mini-batches of bipartite graphs.
But I get this error:
'GlobalStorage' object has no attribute 'left_x'
Is there anyone who can explain what I am doing wrong?
Using the packages:
on Linux.
This is a MWE for reproducing the error:
I get the same error also with this code:
in place of
batch = Batch.from_data_list
Beta Was this translation helpful? Give feedback.
All reactions