GAPointNet
GAPointNet copied to clipboard
Hello! I have decided to reimplement the paper. The approach of using attention to graph networks is excellent. My main motivation was putting a little bit more OOP on the...
Namaste! I think this is my final issue :D In the implementation of the classifier, you start with a single-head-attention, then you do the spatial transformation followed by multi-head-attention. In...
Hello! Sorry to bother you. I have worked with your code for a couple of days now. I am very excited and I found a couple of things that might...
Hello! The more I work with your code, the more I like your approach! Another thing. Could it be that the skip connections in the code are not properly reflected...
Hello! First of all, I really like your approach. This is some very solid work! Congratulations. I think I have found a slight discrepancy. Between lines https://github.com/FrankCAN/GAPointNet/blob/master/models/network.py#L32 and https://github.com/FrankCAN/GAPointNet/blob/master/models/gat_layers.py#L56 You...