gammagl.models.DGCNNModel

class DGCNNModel(in_channels, k, emb_dims, num_points, dropout, output_channels=40)[source]

The Edge Convolution operator from the “Dynamic Graph CNN for Learning on Point Clouds” paper.

forward(x)[source]