WangYueFt / dgcnn

MIT License
1.63k stars 421 forks source link

About kernel_size #40

Closed mingzailao closed 4 years ago

mingzailao commented 5 years ago

https://github.com/WangYueFt/dgcnn/blob/master/pytorch/model.py#L100 using kernel size =(1,1) why not use kernel size =(1,self.k)?

WangYueFt commented 4 years ago

Because we use conv2d as shared MLP.