Skip to content
Discussion options

You must be logged in to vote

Yes, you might need a workaround to let this use-case work in a mini-batch scenario. It was also reported here: #3984.

One simple workaround is to just set the feature matrix to be empty:

data['node_type].x = torch.empty(0, num_features)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@DogitoErgoSum
Comment options

@rusty1s
Comment options

@DogitoErgoSum
Comment options

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