Replies: 1 comment 2 replies
-
Hi, I am not sure if |
Beta Was this translation helpful? Give feedback.
2 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.
-
I am currently doing text classification, using graph classification method. Now I need to construct data set conforming to PYG format according to data set. I refer to the TUDataset class to construct data set, because this data set is also used for graph classification. And validate(raise_on_error=True) method to prove my data is correct, I refer to the source code found that the TUDataset method calls the split(data, batch) method.
I would like to ask you the following questions:
Beta Was this translation helpful? Give feedback.
All reactions