You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You see, attn_feature() returns "ret, coefs, edge_feature", while getmodel() unpacks the values as "edge_feature, coefs, locals". The order is slightly different. What do you think?
The text was updated successfully, but these errors were encountered:
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 see, attn_feature() returns "ret, coefs, edge_feature", while getmodel() unpacks the values as "edge_feature, coefs, locals". The order is slightly different. What do you think?
The text was updated successfully, but these errors were encountered: