ecc icon indicating copy to clipboard operation
ecc copied to clipboard

Edge-Conditioned Convolutions on Graphs

Results 7 ecc issues
Sort by recently updated
recently updated
newest added

Torch version 0.3 is too old. If I use version 1.0 or above, what changes should I make? Thanks for your code😄

I am trying to replicate the MNIST classification experiment through ECC by following the model configuration reported in your paper. There are some issues that I was not able to...

Hi, I have some issues executing your code. First, I tried to execute your example with modelnet 10 using the command provided. It seemed to work but an advanced epoch...

Config: python 3.6.4 torch 1.2.0 This error is frequently triggered stopping the training. Traceback (most recent call last): File "learning/main.py", line 607, in main() File "learning/main.py", line 455, in main...

Hey, I am working deeply on your code. I would like to ask you a favor, and if you could please help me to understand the cuda kernels. My email...

Hi, I would like to ask if it is possible to you to explain the backpropagation step of the graph convolution. I would like to know if you can give...