How can I control custom attributes of a Graph in the Data Loader? #5077
-
Hi, I added custom attributes to an OGB data set ( Later on, I create batches of the data set with How can I implement that the size of my attribute is also adapted to the respective batch? And how in general can I control how the attributes of the graph as Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Hi, sorry for updating the thread, but I have a similar situation with you. (Please see the detailed contents in here) |
Beta Was this translation helpful? Give feedback.
NieghborLoader
has atransform
argument. Thetransform
is applied after the minibatch is created. Maybe you could pass a transform like