graphx-conv icon indicating copy to clipboard operation
graphx-conv copied to clipboard

Official implementation of GraphX-Convolution

Results 6 graphx-conv issues
Sort by recently updated
recently updated
newest added

Thank you for your nice code! I have a problem when I install Neuralnet-pytorch. How can i checkout the revision `6bda19fdc57f176cb82f58d287602f4ccf4cfc23`? `In file included from /home/wm/下载/neuralnet-pytorch-6bda19fdc57f176cb82f58d287602f4ccf4cfc23/neuralnet_pytorch/extensions/include/chamfer_cuda.h:2:0, from /home/wm/下载/neuralnet-pytorch-6bda19fdc57f176cb82f58d287602f4ccf4cfc23/neuralnet_pytorch/extensions/csrc/chamfer_cuda.cpp:1: /home/wm/anaconda3/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/torch.h:7:2: warning:...

Hi @justanhduc, when I was running test code with your latest version of `neuralnet-pytorch`, an error occurred as below: > Traceback (most recent call last): File "test.py", line 68, in...

Hi There! Thanks a lot for the great work that you incorporated in this great paper and for publishing the code. Are you planning to publish the trained models' checkpoints...

We retrained the network and used Chamfer_loss. Although loss successfully converged to about 1, most of the points in the generated point cloud image were concentrated in the center, so...

i change graphx.checkpoint_folder= "/home/tjut_jxxgraphx/daima/graphx-conv-master/src/results/ICCV-fc-final/run3" run python test.py /home/tjut_jxxgraphx/daima/graphx-conv-master/src/configs/fc-final.gin --gpu 3 and have a error: (graphx) tjut_jxxgraphx@user-NF5468M5:~/daima/graphx-conv-master/src$ python test.py /home/tjut_jxxgraphx/daima/graphx-conv-master/src/configs/fc-final.gin --gpu 3 /home/tjut_jxxgraphx/daima/graphx-conv-master/src/results/ICCV-fc-final/run3 Traceback (most recent call last): File "test.py", line...