yanx27 / GACNet

Pytorch implementation of 'Graph Attention Convolution for Point Cloud Segmentation'
166 stars 31 forks source link

What is the value of self.a and how is it computed? #11

Open sumeshthakr opened 3 years ago

sumeshthakr commented 3 years ago

https://github.com/yanx27/GACNet/blob/1dbc79d3e65a3df0686fb139d88bce0a0d4a7be9/model.py#L177

qsisi commented 3 years ago

I think it maybe corresponds to the M_alpha in equation (2) in the original paper?