Skip to content
Discussion options

You must be logged in to vote

You can find an example of SplineCNN here: https://github.com/pyg-team/pytorch_geometric/blob/master/examples/faust.py

  • dim defines the feature dimensionality of edge features. For example, in a point cloud setting with edge features denoting spatial relations, this is set to 3.
  • kernel:size defines the number of parameters we want to learn in each spatial dimension. This is similar to the kernel size of traditional CNNs. If set to 5 with dim=3, one will apply a kernel window of 5x5x5 parameters.

Replies: 1 comment 1 reply

Comment options

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

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