SemGCN icon indicating copy to clipboard operation
SemGCN copied to clipboard

Concatenation operation in Non_local

Open zzw1123 opened this issue 3 years ago • 0 comments

Hi, I notice that in Non_local module, the original matrix multiplication is replaced by concat and conv... I wonder why you do like this? Could you please explain it? Thanks!

https://github.com/garyzhao/SemGCN/blob/87fe4a5e43d27a361376df47782c521566601505/models/graph_non_local.py#L96

zzw1123 avatar Feb 25 '21 03:02 zzw1123