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
@WeijingShi thanksfor sharing the source code i have a query
1.can we visualize the graph structure of PointGNN
2. how to change the number of layers of the network ie currently i am not sure how layer_configs gives one graphlevel:0 and three graphlevel:1 can you please explain this
Thanks in advance
The text was updated successfully, but these errors were encountered:
The first layer work on an input graph (graphlevel0) which is between the input points and the downsampled points. We pool the features from the input points to the downsampled points.
Next are the GNN iterations. Three iterations all work on the same graph (graph level 1), where the downsampled points are connected to each other.
@WeijingShi thanksfor sharing the source code i have a query
1.can we visualize the graph structure of PointGNN
2. how to change the number of layers of the network ie currently i am not sure how layer_configs gives one graphlevel:0 and three graphlevel:1 can you please explain this
Thanks in advance
The text was updated successfully, but these errors were encountered: