pyg-team/pytorch_geometric

Improve `NNConv` runtimes

Aperta

#602 aperta il 6 ago 2019

 (8 commenti) (0 reazioni) (0 assegnatari)Python (3514 fork)batch import
2 - Priority P2benchmarkfeaturehelp wantednn

Metriche repository

Star
 (19.985 stelle)
Metriche merge PR
 (Merge medio 35g 1h) (14 PR mergiate in 30 g)

Descrizione

🐛 Bug

I have benchmarked EEC vs https://github.com/mys007/ecc implementation. The code is 3-5 times slower in pytorch_geometric.

I think it is due to the entire pseudo tensor which is given to every message function. Maybe, only weight_j should be given there.

To Reproduce

Steps to reproduce the behavior:

Expected behavior

Environment

  • OS:
  • Python version:
  • PyTorch version:
  • CUDA/cuDNN version:
  • GCC version:
  • Any other relevant information:

Additional context

Guida contributor