Replies: 1 comment
-
How big is your |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I am using ImbalancedSampler for hetero data:
sampler = ImbalancedSampler(data['p'].y.long())
train_loader = NeighborLoader(data, batch_size = 500, num_neighbors=[20,10]*2,input_nodes=train_input_nodes,
sampler=sampler)
This is throwing the following error:
RuntimeError: number of categories cannot exceed 2^24
Beta Was this translation helpful? Give feedback.
All reactions