Skip to content
Discussion options

You must be logged in to vote

Thanks for your interest and sorry for the late reply. In your case, the resulting mini-batch does hold the original nodes as well as all of its direct neighbors. You can select the original nodes from your feature matrix/embedding matrix by simply slicing the first 32 nodes from it viax[:32] (or x[:data.batch_size] if you want to be agnostic to batch sizes).

Let me know if that answers your question :)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@akul-goyal
Comment options

@rusty1s
Comment options

Answer selected by akul-goyal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants