Closed PericlesHat closed 1 year ago
Hi, thanks for your work. I found, probably, a mistake on your codes.
The pooling section in gcn.py is not consistent with the Equation 4 in the 3DSSG paper. What you did is accumulating the own features based on the degree of that certain node. I demonstrated it on colab: https://colab.research.google.com/drive/1vBmdTxMfL3wKdm2mckjPZcZZVdfXTQjL?usp=sharing
gcn.py
And here is the official aggregation codes from Wald's cohort work (I don't know whether it is consistent with the paper either) https://github.com/ShunChengWu/3DSSG/blob/69ad0818daaf7229fa193aeff4a608a34c189139/src/network_TripletGCN.py#LL70
Hi, thanks for your work. I found, probably, a mistake on your codes.
The pooling section in
gcn.py
is not consistent with the Equation 4 in the 3DSSG paper. What you did is accumulating the own features based on the degree of that certain node. I demonstrated it on colab: https://colab.research.google.com/drive/1vBmdTxMfL3wKdm2mckjPZcZZVdfXTQjL?usp=sharingAnd here is the official aggregation codes from Wald's cohort work (I don't know whether it is consistent with the paper either) https://github.com/ShunChengWu/3DSSG/blob/69ad0818daaf7229fa193aeff4a608a34c189139/src/network_TripletGCN.py#LL70