pyg-team/pytorch_geometric

Improve `NNConv` runtimes

オープン

#602 opened on 2019/08/06

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)Python (3,514 件のフォーク)batch import
2 - Priority P2benchmarkfeaturehelp wantednn

Repository metrics

Stars
 (19,985 個のスター)
PR merge metrics
 (平均マージ 35d 1h) (30d で 14 merged PRs)

説明

🐛 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

コントリビューターガイド