Skip to content
Discussion options

You must be logged in to vote

If you want to reconstruct edges batch-wise, you will need to first convert your node feature matrix of shape (288, 20) to (batch_size, num_nodes, 20) = (32, 9, 20). Then, you can re-construct edges for each adjacency matrix:

recon = x @ x.transpose(1, 2)

Replies: 3 comments 38 replies

Comment options

You must be logged in to vote
1 reply
@akpas001
Comment options

Comment options

You must be logged in to vote
7 replies
@akpas001
Comment options

@Padarn
Comment options

Padarn May 27, 2022
Collaborator

@akpas001
Comment options

@Padarn
Comment options

Padarn May 28, 2022
Collaborator

@akpas001
Comment options

Answer selected by akpas001
Comment options

You must be logged in to vote
30 replies
@akpas001
Comment options

@akpas001
Comment options

@rusty1s
Comment options

@akpas001
Comment options

@rusty1s
Comment options

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