Skip to content
Discussion options

You must be logged in to vote

The mask is generated by the ToDense transform, and indicates which nodes are valid nodes and which nodes were added due to padding reasons in order to create a dense adjacency matrix of shape [batch_size, max_num_nodes, max_num_nodes]. As such, mask is a [batch_size, max_num_nodes] matrix.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@lisiq
Comment options

@lisiq
Comment options

@rusty1s
Comment options

@lisiq
Comment options

Answer selected by lisiq
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