Issue when using datasets slicing #4112
-
Hi pyg team, I meet a problem when I use the dataset slicing, my codes (follow the pyg intro doc) :
And the error info:
I'm using pytorch-geometric 2.0.2. I don't know what's wrong with my code. Could you please give me some suggestions to fix this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I can't reproduce this issue on master or on |
Beta Was this translation helpful? Give feedback.
I can't reproduce this issue on master or on
2.0.2
. It's a bit weird that your code complains aboutcopy.copy
receiving 2 arguments. Is your conda environment broken? What happens if you set up a new one?