Replies: 1 comment 8 replies
-
Can you clarify on what's the concrete issue? In general, |
Beta Was this translation helpful? Give feedback.
8 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
This is the HeteroData object I have
HeteroData( buyerId={ num_nodes=7813, x=[7813, 1152] }, sellerId={ num_nodes=884, x=[884, 387] }, (buyerId, txn_amount, sellerId)={ edge_index=[2, 335959] }, (buyerId, txn_date, sellerId)={ edge_index=[2, 335959] } )
I have a different embedding size for both the nodes and the edges. I am trying to understand how important it is to have same embedding size for both the nodes and the edges and impact of padding/shrinking the embedding to make it similar for all the nodes
The embeddings are created using the SentenceTransformer for alpha-numeric and LabelEncoder for numeric
and
How do I set an embedding size while preparing the Data object? Is the different embedding size more of a problem in creating NodeSplit
Beta Was this translation helpful? Give feedback.
All reactions