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
Hi, I compared your implementation with the original DGCNN and I find out that, in yours the function "get_graph_feature" is only used before the first convolution operation, instead of using it before every convolution layer.
I am wondering if there is some reason behind this difference.
Hi, I compared your implementation with the original DGCNN and I find out that, in yours the function "get_graph_feature" is only used before the first convolution operation, instead of using it before every convolution layer.
I am wondering if there is some reason behind this difference.
RGM/models/dgcnn.py
Lines 154 to 179 in b0e2f74
The text was updated successfully, but these errors were encountered: