Skip to content
Discussion options

You must be logged in to vote
  1. The kernel_size means how many control points/parameters there will be in each dimension. A kernel_size=5 across two dimensions will utilize 5x5=25 parameters per kernel (similar to a 5x5 kernel in CNNs).
  2. We haven't applied SplineCNN in large-graphs with sampling techniques yet, but it should be similar to apply than any other GNN layer in PyG. Note that we distinguish between mini-batching of single graphs (in graph datasets) and mini-batching of sub-graphs (in single large graphs). I can try to explain it in more detail in case you specify your issues more concretely :)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hkim716
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