CogDL
CogDL copied to clipboard
Implement CapsGNN
CapsGNN is an interesting work outside of the paper list given in hw2. The paper URL is https://openreview.net/pdf?id=Byl8BnRcYm. A unit test is also applied.
Thanks for your contribution. I think it would be better to add a trainer for CapsGNN instead of modifying graph_classification.py in tasks. For how to add a trainer for a model, you can refer to https://github.com/THUDM/cogdl/blob/master/cogdl/trainers/sampled_trainer.py and https://github.com/THUDM/cogdl/blob/master/cogdl/models/nn/pyg_deepergcn.py.